ArangoDB is known to support not only graph and document model, but also key-value model. So my question is: how to store simple key-value data?
I read that it could be a problem in ArangoDB: Issue on Github
ArangoDB is known to support not only graph and document model, but also key-value model. So my question is: how to store simple key-value data?
I read that it could be a problem in ArangoDB: Issue on Github
Copyright © 2021 Jogjafile Inc.
Simple key-value data in ArangoDB is stored as a document collection without additional indexes.
This is listed in the documentation.