dbpack

A db proxy for distributed transaction, read write splitting and sharding! Support any language! It can be deployed as a sidecar in a pod. (by CECTC)

Dbpack Alternatives

Similar projects and alternatives to dbpack

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dbpack alternative or higher similarity.

dbpack reviews and mentions

Posts with mentions or reviews of dbpack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • DBPack has released `sharding databases && tables` at v0.5.0
    1 project | /r/code | 25 Dec 2022
    1 project | /r/dotnet | 25 Dec 2022
    1 project | /r/dotnet | 25 Dec 2022
    1 project | /r/golang | 22 Dec 2022
  • DBPack released read-write splitting function
    1 project | /r/databasemesh | 21 Aug 2022
    1 project | /r/dbmesh | 21 Aug 2022
  • Use dbpack can automatically record AuditLog
    1 project | /r/databasemesh | 21 Aug 2022
    The design idea of ​​dbpack is cloud-native, oriented to kubernetes environment, and runs as a sidecar. means that your service is to be deployed in a kubernetes cluster. The database connection is proxied by dbpack. The application client first connects to dbpack, and then dbpack connects to the physical database. Any SQL request of the application is proxied by dbpack. So you can specify a directory to have AuditLog output to. The format of the collected AuditLog is as follows: [timestamp],[username],[ip address],[connection id],[command type],[command],[sql text],[args],[affected row] The following is part of the AuditLog: 2022-06-14 07:15:44,dksl,172.18.0.1:60372,1,COM_QUERY,,SET NAMES utf8mb4,[],0 2022-06-14 07:15:45,dksl,172.18.0.1:60372,1,COM_STMT_EXECUTE,INSERT,INSERT INTO employees ( emp_no, birth_date, first_name, last_name, gender, hire_date ) VALUES (?, ?, ?, ?, ?, ?),['100000' '1992-01-07' 'scott' 'lewis' 'M' '2014-09-01'],1 2022-06-14 07:15:45,dksl,172.18.0.1:60372,1,COM_STMT_EXECUTE,DELETE,DELETE FROM employees WHERE emp_no = ?,['100000'],1 2022-06-14 07:15:45,dksl,172.18.0.1:60372,1,COM_STMT_EXECUTE,INSERT,INSERT INTO employees ( emp_no, birth_date, first_name, last_name, gender, hire_date ) VALUES (?, ?, ?, ?, ?, ?),['100001' '1992-01-07' 'scott' 'lewis' 'M' '2014-09-01'],1 2022-06-14 07:15:45,dksl,172.18.0.1:60372,1,COM_STMT_EXECUTE,SELECT,SELECT emp_no, birth_date, first_name, last_name, gender, hire_date FROM employees WHERE emp_no = ?,['100001'],0
  • Agentless Golang Distributed Transaction Solution
    2 projects | /r/dbmesh | 21 Aug 2022
    The distributed transaction solutions of hptx and dbpack are the same, and both are driven by ETCD. The transaction data is rolled back through the asynchronous SQL compensation mechanism. After testing, on macbook pro, hptx can coordinate 38 distributed transactions per second, at the same time, using the XA protocol to coordinate distributed transactions can only coordinate 26 transactions per second.
  • DBPack: We Released Rate Limiting And Circuit Breaker In v0.4.0
    1 project | /r/programming | 21 Aug 2022
    1 project | /r/golang | 20 Aug 2022
    There is DBPack: https://github.com/CECTC/dbpack
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 20 Apr 2024
    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. Learn more →

Stats

Basic dbpack repo stats
37
348
3.2
4 months ago

CECTC/dbpack is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of dbpack is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com