dbpack VS dapr

Compare dbpack vs dapr 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)

dapr

Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. (by dapr)
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
dbpack dapr
37 79
349 23,293
0.6% 0.5%
3.2 9.7
5 months ago 8 days ago
Go 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.

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

dapr

Posts with mentions or reviews of dapr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • Join the Diagrid Catalyst AWS Hackathon!
    2 projects | dev.to | 29 Apr 2024
    Diagrid Catalyst is a Developer API platform providing a brand-new approach to distributed application development. Using the Catalyst APIs, powered by the Dapr open source project, developers can overcome the complexity of rewriting common software patterns and achieve higher productivity by offloading infrastructure concerns from their code to Catalyst.
  • Dapr: Microservices API
    1 project | news.ycombinator.com | 24 Apr 2024
  • Interesting projects using WebAssembly
    4 projects | dev.to | 8 Apr 2024
    The following two examples are open-source projects maintained by Fermyon with contributions from companies like Microsoft and SUSE. The first is Spin, which allows us to use WebAssembly to create Serverless applications. The second, SpinKube, combines some of the topics I'm most excited about these days: WebAssembly and Kubernetes Operators :) The official website says, "By running applications in the Wasm abstraction layer, SpinKube offers developers a more powerful, efficient, and scalable way to optimize application delivery on Kubernetes." By the way, this post shows how to integrate SpinKube with Dapr, another technology I'm very interested in, and I should write some posts soon.
  • The Ambassador Pattern
    1 project | news.ycombinator.com | 25 Nov 2023
    Speaking of this has anyone had much experience with Dapr (https://dapr.io/) before?

    I always thought this was a particularly interesting approach from Microsoft where they use this pattern to essentially take the complexity of micro services and instead try and keep it as simple as a normal .NET application but (and I think this is the clever part) in both a vendor and language neutral way.

    But all of a sudden it means you can start removing all kinds of cruft and random SDKs from your codebase and push almost all of your interactions with the outside world into something like this .

  • Comparing Azure Functions vs Dapr on Azure Container Apps
    3 projects | dev.to | 9 Oct 2023
    Azure Container Apps hosting of Azure Functions is a way to host Azure Functions directly in Container Apps - additionally to App Service with and without containers. This offering also adds some Container Apps built-in capabilities like the Dapr microservices framework which would allow for mixing microservices workloads on the same environment with Functions.
  • Episode 150: myNewsWrap – SAP and Microsoft
    3 projects | dev.to | 16 Sep 2023
    Having containers is nice but everything (well ... nearly everything 😉) gets better with Dapr as an outstanding tool for app development in the container-based area. Here we go what might be worth a look:
  • Using DARP in production?
    1 project | /r/microservices | 9 Sep 2023
    Anyone using or planing to use darp Distributed application platform runtime as a microservices platform? https://dapr.io/
  • Ensuring Seamless Operations: Troubleshooting and Resolving Dapr Certificate Expiry
    2 projects | dev.to | 20 Jul 2023
    A CNCF project, the Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity. Whether your communication pattern is service to service invocation or pub/sub messaging, Dapr helps you write resilient and secured microservices. Essentially, it provides a new way to build microservices by using the reusable blocks implemented as sidecars.
  • Understanding the Dapr workflow engine and workflow patterns in .NET (1hr webinar)
    1 project | /r/dotnet | 2 Jun 2023
    Dapr is a runtime that implements common patterns such as pub/sub, state storage, etc. It runs as a sidecar to your app. Your app then interfaces with it using an sdk or http calls to use said patterns instead of implementing those patterns directly yourself. Seems pretty cool to me, but you can find out more at https://dapr.io/.
  • Is Dapr actually used by anyone?
    1 project | /r/dotnet | 2 Jun 2023
    - Over 21k stars on GitHub, see the core repo and devstats.

What are some alternatives?

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

layotto - A fast and efficient cloud native application runtime

MassTransit - Distributed Application Framework for .NET

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

camel-k - Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers

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

tye - Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.

dbpack-doc - docs for dbpack

OpenFaaS - OpenFaaS - Serverless Functions Made Simple

easegress - A Cloud Native traffic orchestration system

Nomad - Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.

pisanix - A Database Mesh Project Sponsored by SphereEx

NServiceBus - Build, version, and monitor better microservices with the most powerful service platform for .NET