Hi all,
Really excited by all the improvements in NocoDB since I last looked.
I am starting to scope out using NocoDB for data storage for Open Source Hardware projects. For example, as a place to hold Failure Mode Analysis. I am currently using app.nocodb.com for testing.
With the forms we could allow people outside the core team to suggest data. We can have control over whether we accept the data by having an
approved
field which isn’t available in the public form.
We can also publicly share the data by having a locked view which only shows approved records.
The thing I worry about is as an open project is how can we move from app.nocodb.com to another server? Or if someone wanted to fork the project and wanted to dump the database and make their own clone… is this possible? I understand I can dump specific tables, but I’d like to be able to export everything (data, relations, schemas, views). Is this possible.
Sorry if this is answered elsewhere. I could only see way to dump the underlying database for self hosted.