Retry logic for optimistic locking and transparent failover πŸ˜πŸš€

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • ybdemo

    Lab environment for YugabyteDB demos

  • curl -Ls https://github.com/FranckPachot/ybdemo/releases/download/v0.0.1/YBDemo-0.0.1-SNAPSHOT-jar-with-dependencies.jar > YBDemo.jar curl -Ls https://jdbc.postgresql.org/download/postgresql-42.3.2.jar > postgresql.jar

  • HikariCP

    ε…‰ HikariCP・A solid, high-performance, JDBC connection pool at last.

  • YBDemo is a simple Java program that creates an HikariCP connection pool from the hikari.properties file in the current directory, and takes SQL statements to execute as lines from stdin. There's no multi-line statement: each line is a thread, executing the statement in a loop. The goal is to make it easy to run a demo with concurrent threads by providing the set of queries in a simple way, interactive or though file redirection. Only the first column of the first row is displayed, I use row_to_json() or json_agg() to format a larger result into one value. The thread stops if no row is returned, I use RETURNING to get a row from DML.

  • 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
  • yugabyte-db

    YugabyteDB - the cloud native distributed SQL database for mission-critical applications.

  • The goal is to run it on PostgreSQL compatible databases, especially distributed ones like YugabyteDB. The .jar includes the YugabyteDB JDBC driver, which is a fork of the PostgreSQL one with cluster-aware additions.

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

  • About Pool Sizing

    1 project | news.ycombinator.com | 5 Sep 2023
  • HikariCP maximumPoolSize based on AWS ECS number of tasks

    1 project | /r/SpringBoot | 21 Apr 2023
  • A Tale of Two Connection Pools

    2 projects | dev.to | 13 Feb 2023
  • Spring boot change password runtime

    1 project | /r/javahelp | 31 Dec 2022
  • Help with bungeecord server

    1 project | /r/admincraft | 28 Oct 2022