About json-db
json-db was created as an alternative solution to creating a new CMS-backend and traditional database every time
a structured dataset needs to be created and the following requirements can be met:
- The database does not require multiple users editing data at the same time.
- New entries are not required to be available online immediately.
- The final dataset will not exceed a total of ~500.000 entries.
The following use-cases (and many others) are good matches for a json-db database.
- For collecting data within a fixed period of time where the final dataset first need to be made available online after the collecting of data is done or
periodically.
- As an alternative to Excel-spreadsheets for organizing data in more than two dimensions as json-db is much better at handling complex object
structures.
- As a prototype for a possible future online database.