-
Issue to discuss technical specifications.
# General Thoughts
I would like this app to require as few pieces as possible. To do this, I believe the simplest stack will be:
- A NoSQL database…
-
Trying to locate nodes within a radius or rect that contain an Osm tag such as fire hydrant https://wiki.openstreetmap.org/wiki/Tag:emergency%3Dfire_hydrant
I've tried creating a RouterDb from ontari…
-
**Summary:**
Currently ODB supports some NoSQL attributes, like storing schemaless data. These attributes could be enhanced to get ODB to be a pure NoSQL database - but with relationships, which woul…
-
# NoSQL Database Schema Design for Data
## User Story
As a backend developer, I want to design and implement a NoSQL database schema to store data efficiently so that users can log in to their ac…
-
# Intro
[MongoDB](https://www.mongodb.com/) is a NoSQL databasing service offered by Mongo. [Here](https://www.tutorialspoint.com/mongodb/index.htm) is a tutorials point tutorial for mongodb. We are …
-
Right now it looks like the only storage method is YAML, will you consider adding Mysql support?
-
What's the end goal for the current project?
What technology should it support?
-
Concept how the communication between micro processor and the workflow engine should work
- The workflow engine should accept commands to receive a process definition (BPMN xml), start the process,…
-
Would be nice to be able to leverage our existing postgres installation as the backing store vs. having to use something like mongo or cassandra.
-
**Abstract**
Log-structured merge (LSM) trees offer efficient ingestion by ap- pending incoming data, and thus, are widely used as the storage layer of production NoSQL data stores. To enable compe…