-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added more info to nosql software table, resolves
- Loading branch information
1 parent
c12e5ec
commit 733394a
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
Software,Data Structure,Spatial Data | ||
MongoDB,Tree/Document,vector | ||
Couchbase,Tree/Document,vector | ||
Cassandra,Column Family,vector (DataStax) | ||
Redis,Key-value,point only | ||
Neo4J,Graph,vector | ||
ArangoDB,"Tree/Document, graph, key-value",vector | ||
Software,Data Structure,Query Functionality,Transactions,Cost,Spatial Data | ||
MongoDB,Tree/Document,SQL-similar,Multi-document,Free,Vector | ||
Couchbase,Tree/Document,SQL-similar,Multi-document,Free,Vector | ||
Cassandra,Column Family,SQL-similar,Limited,Free,Vector (DataStax) | ||
HBase,Column Family,Limited,Multi-row,Free, | ||
Redis,Key-value,Limited,Limited,Free,Point only | ||
Neo4J,Graph,Graph traversal focused,SQL-like,Free,Vector | ||
ArangoDB,"Tree/Document, graph, key-value",Read/update focused,SQL-like,Free,Vector | ||
DynamoDB,"Document, key-value",Basic,SQL-like,Paid,Point only | ||
Elastisearch,Document,Text search focused,Limited,Free,Vector |