Scaling Relational SQL Databases

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • mazzle-starter

    infrastructure built using devops-pipeline

  • I take advantage of I/O being parallel in Python in my mazzle continuous integration pipeline tool. I'm not sharing mutable state.

    I spin up a graph of python Threads and each joins others in a graph. This way we can run graphs in parallel. See this graph - the parts that look like this:

    dependency -> {parallel1; parallel2; parallel3} -> postparallel

    parallel1, parallel2, parallel3 can run in parallel in a separate python thread because the IO is parallel.

    postparallel joins parallel1, parallel2, parallel3 and waits for them all to complete.

    Where parallel1-3 is things like ansible, packer (slow), AMI builds, chef runs etc.

    https://github.com/samsquire/mazzle-starter/blob/master/arch...

  • 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

  • No More Passwords! Terraform Module Makes GCP-GitHub Authentication a Breeze

    1 project | dev.to | 1 May 2024
  • Open Source Infrastructure Deployment Tool for Early Stage Startups

    1 project | news.ycombinator.com | 30 Apr 2024
  • Stack Grafana deployed on AWS ECS -Part 1 - Create a Cluster

    1 project | dev.to | 26 Apr 2024
  • Terraform Starter Boilerplate for GCP using Terragrunt

    2 projects | dev.to | 26 Apr 2024
  • Authorization and Amazon Verified Permissions - A New Way to Manage Permissions Part XIV: AVP Getting Started

    1 project | dev.to | 23 Apr 2024