biothings / discovery-app

The Data Discovery Engine project by the CD2H Data working-group
http://discovery.biothings.io
Apache License 2.0
4 stars 12 forks source link

Allow a registered schema to be updated automatically #141

Closed newgene closed 1 year ago

newgene commented 2 years ago

Not enabled by default, but we should be able to allow a registered schema (e.g. bioschemas) to be updated automatically (e.g. daily).

We can start with a hard-coded allow_list, later it can be set up by the user in the user dashboard.

newgene commented 2 years ago

Similar implementation from SmartAPI project:

https://github.com/SmartAPI/smartAPI/blob/8454fb2ace68db8a079f028fa351032d57100136/src/admin.py#L124-L130

NikkiBytes commented 1 year ago

The schema update feature is implemented, method can be now used to automate.

NikkiBytes commented 1 year ago

working on production