Showing 530 open source projects for "transaction"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Seata

    Seata

    An easy-to-use, high-performance distributed transaction solution

    Seata, or Simple Extensible Autonomous Transaction Architecture is an open source distributed transaction solution that brings high performance and easy-to-use distributed transaction services under a microservices architecture. It has 3 basic components: a Transaction Coordinator for maintaining the status of global and branch transactions; a Transaction Manager that defines the scope of global transaction; and a Resource Manager that manages resources being worked on by branch transactions, and drives branch transaction commit or rollback. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    NutsDB

    NutsDB

    A simple, fast, embeddable, persistent key/value store written in Go

    ...Each transaction has a consistent view of the data as it existed when the transaction started. When a transaction fails, it will roll back, and revert all changes that occurred to the database during that transaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Distributed Transactions Manager

    Distributed Transactions Manager

    A distributed transaction framework that supports multiple languages

    Support HTTP and GRPC, provide easy-to-use interfaces, lower substantially the barrier of getting started with distributed transactions, and newcomers can adapt quickly. Developers no longer worry about suspension, null compensation, idempotent transaction, and other tricky problems, the framework layer handles them all. Suitable for companies with the multi-language stack. Easy for go, python, php, nodejs, ruby and so forth. The only external dependence is the database server, easy to deploy, cluster, and scale horizontally. Supports TCC, SAGA, XA, and transaction messages. DTM is a distributed transaction framework that provides cross-service eventual data consistency. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    wal2json

    wal2json

    JSON output plugin for changeset extraction

    ...Also, UPDATE/DELETE old row versions can be accessed depending on the configured replica identity. Changes can be consumed using the streaming protocol (logical replication slots) or by a special SQL API. format version 1 produces a JSON object per transaction. All of the new/old tuples are available in the JSON object. Also, there are options to include properties such as transaction timestamp, schema-qualified, data types, and transaction ids. format version 2 produces a JSON object per tuple. Optional JSON object for beginning and end of transaction. Also, there are a variety of options to include properties.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Grin

    Grin

    Minimal implementation of the Mimblewimble protocol

    ...Mimblewimble leverages cryptography to allow past transaction data to be removed with no compromise on security. This avoids Grin collapsing under the weight of data having to be kept on-chain.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    PgBouncer

    PgBouncer

    lightweight connection pooler for PostgreSQL

    ...It reduces the overhead of frequent connection handling by maintaining a pool of open connections, which are reused by client applications. PgBouncer supports various pooling modes, transaction-level handling, and authentication mechanisms, making it essential for scaling Postgres-backed applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Shardeum

    Shardeum

    Shardeum is an EVM based autoscaling blockchain

    Shardeum is an EVM‑compatible layer‑1 blockchain platform that leverages dynamic state sharding to deliver linear scalability, consistently low transaction fees, strong decentralization, and high throughput for decentralized application developers. Shardeum is an innovative EVM-compliant blockchain platform that leverages dynamic state sharding to achieve unprecedented scalability. By implementing a sharding model, Shardeum ensures faster processing times and lower transaction costs without compromising security or decentralization. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Zcash

    Zcash

    A privacy-protecting, digital currency built on strong science

    Zcash is the future of money-- digital, decentralized and private. It is an implementation of the "Zerocash" protocol; a digital currency based on Bitcoin's code, but with a higher standard of privacy. Like Bitcoin, Zcash transaction data is posted to a public blockchain. However unlike Bitcoin, your personal and transaction data stay completely private. Thanks to a sophisticated zero-knowledge proving scheme, transactions can be verified without showing any information at all about the sender, receiver or transaction amount. Selective disclosure features are available for users who may need these for compliance or audit purposes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Nethereum

    Nethereum

    Ethereum .Net cross platform integration library

    ...Nethereum is developed targeting netstandard 1.1, netstandard 2.0, netcore 2.1, netcore 3.1, net451 and also as a portable library, hence it is compatible with all the operating systems (Windows, Linux, MacOS, Android, and OSX) and has been tested on cloud, mobile, desktop, Xbox, hololens and windows IoT. Simplified smart contract interaction for deployment, function calling, transaction and event filtering and decoding of topics. ABI to .Net type encoding and decoding, including attribute-based for complex object deserialization. Transaction, RLP, and message signing, verification, and recovery of accounts. The simplified account life cycle for both managed by third-party client (personal) or stand-alone (signed transactions).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    better-sqlite3

    better-sqlite3

    The fastest and simplest library for SQLite3 in Node.js

    The fastest and simplest library for SQLite3 in Node.js. Full transaction support. High performance, efficiency, and safety. Easy-to-use synchronous API (better concurrency than an asynchronous API... yes, you read that correctly). Support for user-defined functions, aggregates, virtual tables, and extensions. 64-bit integers (invisible until you need them). Worker thread support (for large/slow queries).
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    MyEtherWallet

    MyEtherWallet

    MyEtherWallet to interact with the Ethereum blockchain

    ...Welcome to the multichain future. ETH Blocks is an NFT series representing mined Ethereum blocks and their properties. Whether it's a special block number, the block of your first transaction, or a block that contains a transaction with a special message. Own a part of history with ETH Blocks by MEW. Access the Ethereum blockchain's original and most-trusted wallet, now with a host of new features all contained in an elegant and friendly interface.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    Waves Platform Node

    Waves Platform Node

    Host connected to the Waves blockchain network

    ...Validation ensures that the blocks are all in the correct format, all hashes are computed correctly, that the new block contains the hash of the previous one, and that every transaction is validated and signed by the right parties.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Firefly III

    Firefly III

    Firefly III: a personal finances manager

    Firefly III is a personal finance manager and double-entry accounting tool built to help individuals and small organizations track budgets, investments, debts, and expenses. Users can import bank statements (CSV, OFX, QIF) or integrate via APIs, map transaction categories, and reconcile accounts. The system supports budgeting schedules, repeating transactions, automatic categorization rules, and reporting dashboards to analyze trends over time. For investments, it tracks price history, performance, and holdings, allowing users to see their net worth across accounts and assets. Because of its foundation on solid accounting principles, it supports transfers, splits, credits, and sign conventions accurately. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    Umbrel

    Umbrel

    A beautiful personal server OS for Raspberry Pi or any Linux distro

    ...They’re a part of your private life, and now they can all be stored by you, in your home, on your Umbrel. The Bitcoin network is made up of thousands of nodes that verify every single transaction in the blockchain. Some of them mine Bitcoin too, but unlike a mining node, running a non-mining node doesn’t require expensive hardware. Achieve unparalleled privacy by connecting your wallet directly to the Bitcoin node on your Umbrel.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 15
    DB MCP Server

    DB MCP Server

    A powerful multi-database server implementing the MCP

    The DB MCP Server is a powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases. Built on the FreePeak/cortex framework, it enables execution of SQL queries, transaction management, schema exploration, and performance analysis across different database systems through a unified interface. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Spring Batch

    Spring Batch

    Spring Batch is a framework for writing batch applications using Java

    A lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing, transaction management, job processing statistics, job restart, skip, and resource management. It also provides more advanced technical services and features that will enable extremely high-volume and high performance batch jobs through optimization and partitioning techniques. Simple as well as complex, high-volume batch jobs can leverage the framework in a highly scalable manner to process significant volumes of information.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Sparrow Wallet

    Sparrow Wallet

    Desktop Bitcoin Wallet focused on security and privacy

    Sparrow Wallet is an open-source, desktop-focused Bitcoin wallet designed for users who value complete control, security, and privacy when managing their Bitcoin funds. It provides a rich graphical interface that exposes Bitcoin’s underlying UTXO model rather than hiding it behind abstractions, helping users understand every input, output, and fee involved in transactions. Sparrow supports advanced workflows such as Partially Signed Bitcoin Transactions (PSBT), multisignature setups,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Apache Seata

    Apache Seata

    High-performance, open source distributed transaction solution

    Seata is a distributed transaction solution for microservices that provides consistent, cross-service commits without forcing every team to adopt the same persistence model. Its architecture separates responsibilities into a global coordinator and per-service participants, so business services remain decoupled while transactions are orchestrated centrally. Multiple modes are supported—AT (automatic, SQL-based with undo logs), TCC (try-confirm-cancel), Saga (long-running compensation), and XA—letting architects choose between simplicity, control, and interoperability. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    tracetest

    tracetest

    Build integration and end-to-end tests in minutes

    ...Tracetest bypasses this entirely by using your existing OpenTelemetry instrumentation and trace data to run tests and assertions against traces in every step of a request transaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    useDapp

    useDapp

    Framework for rapid Dapp development. Simple. Robust. Extendable

    ...Refreshes on a new block, wallet change or network change. Combines multiple blockchain calls into a single multicall. Autorefresh on wallet and network change. Connect to multiple networks at once. Manage transaction status with ease. Transaction history and notifications. Just add an npm package and you're good to go! WalletConnect is working out-of-the-box. Small (No major dependencies except ethers.js). Sign-In with Ethereum, Web3Modal compatible, Web3React backward compatible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TaxHacker

    TaxHacker

    Self-hosted AI accounting app. LLM analyzer for receipts

    TaxHacker is an open-source, self-hosted accounting application that uses artificial intelligence to automate financial record management for freelancers, independent developers, and small businesses. The system is designed to simplify bookkeeping by automatically processing financial documents such as receipts, invoices, and transaction records. It integrates large language models to analyze these documents, extract relevant financial information, and categorize expenses or income based on configurable rules. Users can deploy the application on their own infrastructure, ensuring that financial data remains private and under their control rather than being processed by external services. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Tally

    Tally

    Let agents classify your bank transactions

    ...It generates human-readable reports and can produce HTML, JSON, or Markdown outputs to suit dashboards or personal finance workflows. The project emphasizes transparency, allowing users to see why a particular transaction was classified a certain way and to refine rules over time. While it’s tailored toward developers and advanced users, it also includes an interactive command-line experience for initializing budgets, generating charts, and diving deep into spending patterns.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    RxRealm

    RxRealm

    RxSwift extension for RealmSwift's types

    ...With the Realm Swift SDK, you can access objects stored in a local instance of Realm Database. Create a new object as you would instantiate any other object. Then, pass it to Realm Database inside a write transaction. Update objects by updating field values on an instance of the object within a transaction. Register a notification handler on an entire realm, a collection, or an object, and react to changes. Because Realm Database objects are live objects, they're automatically updated when they're modified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OWS - Open Wallet Standard

    OWS - Open Wallet Standard

    Local, policy-gated signing and wallet management for every chain

    Open Wallet Standard Core is a foundational library that defines a set of interfaces and conventions for integrating cryptocurrency wallets with decentralized applications in a consistent and interoperable way. It establishes a standardized method for wallets to expose functionality such as account management, transaction signing, and connection handling, enabling seamless interaction across different blockchain ecosystems. The project focuses on improving both developer experience and user experience by reducing fragmentation in how wallets communicate with applications. It includes mechanisms for registering wallets globally, detecting available wallets in browser environments, and handling events related to wallet connection or disconnection. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    WYGIWYH

    WYGIWYH

    A simple but powerful self-hosted finance tracker

    ...Based on a philosophy that you should use what you earn each month for that month, it helps you understand where your funds go while keeping savings clearly separated so they aren’t accidentally dipped into for everyday expenses. The app supports multiple currencies, customizable transaction types, and built-in tools like dollar-cost averaging tracking to help you see investment activity alongside regular expenses, making it flexible for real world financial situations and global use. Its interface is designed to prioritize clarity and ease of entry, so you can quickly record and review spending without being overwhelmed by features you don’t need.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB