Ticket #934 (new enhancement) — at Initial Version
key value store for allowing plug-ins to store data
Reported by: | kindly | Owned by: | |
---|---|---|---|
Priority: | awaiting triage | Milestone: | |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
We need to allow plugins to store extra information in the database somewhere.
Each plug-in should have its own name space and allow any data to be set.
There are two options.
- make a key value table in ckan that will hold random information.
- use redis (or other key value store)
Note: See
TracTickets for help on using
tickets.