Changes between Initial Version and Version 1 of Ticket #934
- Timestamp:
- 01/29/11 23:12:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #934
- Property Summary changed from key value store for allowing plug-ins to store data to Key value store for extensions to store data
-
Ticket #934 – Description
initial v1 1 We need to allow plugins to store extra information in the database somewhere.1 We need to allow plugins to store information. 2 2 3 3 Each plug-in should have its own name space and allow any data to be set. … … 5 5 There are two options. 6 6 7 * make a key value table in ckan that will hold random information.8 * use redis (or other key value store)7 * make a key value table in ckan that will hold random information. 8 * use redis (or other key value store) 9 9 10 If in sql suggest schema of form: 11 12 * (namespace, obj_id, key, value [, value_type]) 13 * value is json