biobricks / bionet-2

The bionet web app
3 stars 2 forks source link

Store schemas in leveldb, add create/read/update/delete methods #60

Closed autonomous1 closed 7 years ago

autonomous1 commented 7 years ago

There is a need to update schemas or add new data types to an active bionet node. Schemas are currently being stored in the dataTypes property in settings.js and should be moved to leveldb. There should also be an api with create/read/update/delete methods.

Juul commented 7 years ago

Bumped this to next milestone