Databases & Data Warehouses
Distributed Column-Family Store
★ 4.2
Time Series Database
★ 4.4
pip install happybasepip install influxdb-clientpip install happybasepip install influxdb-clientPython 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 the influxdb-client library to write time-series metrics from pipeline monitoring, IoT sensors, and application performance data into InfluxDB. It is commonly used alongside Grafana to build real-time pipeline health dashboards showing record throughput, task latency, and error rates. InfluxDB is also used as the storage layer for infrastructure monitoring pipelines built with Telegraf and Kapacitor.
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