8000 Add HappyBase and Plyvel to NoSQL database section · Lipvun/awesome-python@6d753b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d753b0

Browse files
committed
Add HappyBase and Plyvel to NoSQL database section
Both HappyBase (for HBase) and Plyvel (for LevelDB) are established (widely used, well tested, extensively documented) database libraries for Python. (Full disclosure: I maintain both libraries.)
1 parent 10e09da commit 6d753b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
351351
* NoSQL Databases
352352
* [cassandra-python-driver](https://github.com/datastax/python-driver) - Python driver for Cassandra by Datastax.
353353
* [pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Cassandra.
354+
* [HappyBase](http://happybase.readthedocs.org/) - developer-friendly library for Apache HBase
354355
* [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB.
356+
* [Plyvel](https://plyvel.readthedocs.org/) - a fast and feature-rich Python interface to LevelDB
355357
* [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client.
356358
* [py2neo](http://book.py2neo.org/) - Python wrapper client for Neo4j's restful interface.
357359
* [telephus](https://github.com/driftx/Telephus) - Twisted based client for Cassandra.

0 commit comments

Comments
 (0)
0