forked from schedutron/CPAP
-
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.
- Loading branch information
1 parent
63f34f2
commit 36b52c9
Showing
2 changed files
with
17 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
There are 4 different types of NoSQL databases: | ||
|
||
1. Key-Value Store - Has a big hash table of keys and values (examples include Riak, Amazon S3) | ||
2. Document-based Store - Stores documents made up of tagged elements (CouchDB, MongoDB) | ||
3. Column-based Store - Each storage block contains data from only one column (HBase, Cassandra) | ||
4. Graph-based - A network database that uses edges and nodes to represent and store data (Neo4J) | ||
|
||
Source: 3pillarglobal.com | ||
|
||
Following have atleast one Python adapter: | ||
Amazon S3, MongoDB, Cassandra, Neo4J | ||
|
||
P.S: There are high chances that the databases I didn't mention in the above list also have Python | ||
adapters. |
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