SQLalchemy, postgres, and parallelizing

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pg_bulkload

    High speed data loading utility for PostgreSQL

  • TLDR I would restrict the use of Python to the data processing and use a dedicated solution for loading the data into Postgres, such as the native COPY on a table without keys/indexes, or pg_bulkload.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ingesting multiple large .sql files into Postgres database

    1 project | /r/dataengineering | 3 Jan 2023
  • How to import csv to postgresql in a faster way ?

    1 project | /r/SQL | 10 Apr 2022
  • Microsoft is hiring, looking to speed up cpython

    4 projects | /r/Python | 10 Jun 2021
  • Reliably syncing database and frontend state: A realtime competitor analysis

    1 project | dev.to | 16 May 2024
  • Server-side cache for YugabyteDB sequences to workaround the Nspgl `DISCARD SEQUENCES`

    1 project | dev.to | 16 May 2024