C#C
C#10mo ago
Obsdark

Looking for some NoSQL database with this characteristics

Good people, did any of you know some NOSQL database with this characteristics:
  • (Hopefully) an API or some other code neutral way to interact with it directly.
  • Reliability > Speed (Or anything else really, i need it than the data is reliable).
  • Have scripting capabilities, something similar or on point with SPs right out of the box would be good.
  • Can be installed locally, preferably using Docker but that is not a requirement.
Have found already:
  • CouchDB: But its dependant of certain ubuntu versions, deprecate lists (which is his equivalent to something resorting SP) and for the other thing similar to SPs, this is Search, is an unnoficial plugin.
  • RavenDB: You need a specific driver to it and there is some weird shenanigans when trying to run it on docker.
Was this page helpful?