-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database #9
Comments
dat is interesting! |
It may be best to clearly define a connector API for a particular storage option/brand, and add one sample connector. Community to add additional ones. So just choose a document storage service such as Digital Ocean Object storage or dat or Firebase, as the default without analysing if it's the really the best there is. form.add(xml, resources) record.add(xml, resources) records.getAll(formId) define return values (publishing should be separate from this, perhaps so that the same publishing options are available for all storage options) |
BaseX is also interesting: http://basex.org/basex/server/ |
Code is written to facilitate asynchronous db actions (to replace the asynchronous filesystem actions).
Some considerations about picking a database solution that scales well:
The text was updated successfully, but these errors were encountered: