Databases & Data Warehouses
Distributed Column-Family Store
★ 4.2
Scalable Graph Database
★ 3.6
pip install happybaseN/A — archived Java projectpip install happybaseN/A — archived Java projectPython data engineers use `happybase` or `phoenixdb` to interact with HBase from Python. A common pattern is using HBase as a fast random-access lookup store alongside a Hadoop batch pipeline — the Python service layer queries HBase for individual row lookups while the Spark job handles bulk aggregations on the same underlying HDFS data.
Python data engineers use Titan (now superseded by JanusGraph) with the `gremlin-python` driver to traverse large graph datasets stored in Cassandra or HBase. Gremlin traversal queries find multi-hop relationships in fraud detection, recommendation, and knowledge graph pipelines — the Python Gremlin driver sends queries to the Titan/JanusGraph server and processes results as Python dicts.
Databases & Data Warehouses
MongoDB vs PostgreSQL
Databases & Data Warehouses
PostgreSQL vs Redis
Databases & Data Warehouses
Apache Cassandra vs PostgreSQL
Databases & Data Warehouses
Neo4j vs PostgreSQL
Databases & Data Warehouses
InfluxDB vs PostgreSQL
Databases & Data Warehouses
Elasticsearch vs PostgreSQL
Individual Tool Pages