pisanix VS dbpack

Compare pisanix vs dbpack and see what are their differences.

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)
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
pisanix dbpack
5 37
271 349
0.0% 0.6%
1.8 3.2
about 1 year ago 5 months ago
Rust Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pisanix

Posts with mentions or reviews of pisanix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-24.

dbpack

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

What are some alternatives?

When comparing pisanix and dbpack you can also consider the following projects:

kubevela - The Modern Application Platform. [Moved to: https://github.com/kubevela/kubevela]

layotto - A fast and efficient cloud native application runtime

linkerd2-proxy - A purpose-built proxy for the Linkerd service mesh. Written in Rust.

hptx - high-performance non-intrusive distributed transaction solution, inspired by kubernetes, only for golang language.

kubevela - The Modern Application Platform.

dbpack-samples - samples for dbpack, dbpack support any languages, and there are go、java、php、dotnet、python samples

matchhostfsowner - Solves the Docker host filesystem owner matching problem

dbpack-doc - docs for dbpack

shardingsphere-elasticjob-ui - Administrator console of ElasticJob

easegress - A Cloud Native traffic orchestration system

helm - The Kubernetes Package Manager

dapr - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.