-
Sqlite (and mysql) is a bad format for doing what we are doing.
We need to switch to a relational type of db
-
Hey Guys!
We need to work on porting the following schema to the NoSQL format as soon as possible.
I am attaching a PDF version of the schema below.
[DOC-20221121-WA0005_.pdf](https:/…
-
Sqlite seems to have been a bad choice for the current layout. Using nosql may make the lookup and storage of the data easier.
-
- Add functional data into tables to show database entry working
-
Need to investigate the use of a NoSQL database to store label data. It is likely that mongoDB will be chosen. However, the app currently uses the DOM for label data storage. It is an interesting tech…
jxmot updated
2 years ago
-
Is this package supposed to be the base to build NoSQL implementations?
MongoDB has basic primitives that match most SQL use cases (although heavy use of aggregations might be needed in some "advan…
-
I think there will be frequent questions about noSQL support and stuff. So we could put on the FAQ, answers about questions like: "will support noSQL?", "Is there any plugins to integrate with noSQL?"…
-
## Description
Currently Voluspa uses MariaDB as its backend data store. While this has its advantages (well developed drivers, I know standard SQL pretty well, performance is great), I frequently…
MacND updated
4 years ago
-
Verse server store everything in memory. It isn't reliable solution. It will be necessary to add some back-end for storing data on disk. It will be MongoDB database.
- [x] Save all data, when server i…
-
Problem:
Prefer to use a NOSQL database to store test reports. NOSQL databases typically require json format because its a relational database.
Solution:
Provide robotframework with the abili…