Databases & Data Warehouses
Time Series Database
★ 4.4
Graph Database Platform
★ 4.5
pip install influxdb-clientpip install neo4jpip install influxdb-clientpip install neo4jPython 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.
Python data engineers connect to Neo4j using the neo4j Python driver or py2neo library to build knowledge graphs, fraud detection networks, and recommendation systems. Graph databases are used when relationships between entities are as important as the entities themselves — supply chain networks, social graphs, and dependency trees are natural fits. Engineers build ETL pipelines that extract relational data and load it into Neo4j as a graph for relationship-based analytics.
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