Databases & Data Warehouses
Distributed Column-Family Store
★ 4.2
Multi-Model Graph & Document Database
★ 3.9
pip install happybasepip install pyorientpip install happybasepip install pyorientPython 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 `pyorient` to connect to OrientDB and run graph queries alongside document operations. A common use case is building knowledge graph pipelines — ingesting entity documents and their relationships, querying multi-hop connections to discover related entities, and exporting subgraphs for ML feature engineering.
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