Merge pull request #572 from nmcl/master
Added distributed transaction section
This commit is contained in:
14
README.md
14
README.md
@ -23,6 +23,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
- [Dependency Injection](#dependency-injection)
|
- [Dependency Injection](#dependency-injection)
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Distributed Applications](#distributed-applications)
|
- [Distributed Applications](#distributed-applications)
|
||||||
|
- [Distributed Transactions](#distributed-transactions)
|
||||||
- [Distribution](#distribution)
|
- [Distribution](#distribution)
|
||||||
- [Document Processing](#document-processing)
|
- [Document Processing](#document-processing)
|
||||||
- [Formal Verification](#formal-verification)
|
- [Formal Verification](#formal-verification)
|
||||||
@ -323,16 +324,13 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
* [resilience4j](https://github.com/resilience4j/resilience4j) - Functional fault tolerance library.
|
* [resilience4j](https://github.com/resilience4j/resilience4j) - Functional fault tolerance library.
|
||||||
* [Zuul](https://github.com/Netflix/zuul) - A gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
|
* [Zuul](https://github.com/Netflix/zuul) - A gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
|
||||||
|
|
||||||
## Distributed Databases
|
## Distributed Transactions
|
||||||
|
|
||||||
*Databases in a distributed system that appear to applications as a single data source.*
|
*Distributed transactions provide a mechanism for ensuring consistency of data updates in the presence of concurrent access and partial failures.*
|
||||||
|
|
||||||
* [Apache Cassandra](http://cassandra.apache.org) - Column-oriented and provides high availability with no single point of failure.
|
* [Atomikos](https://www.atomikos.com) - Provides transactions for REST, SOA and microservices with support for JTA and XA.
|
||||||
* [Apache HBase](http://hbase.apache.org) - Hadoop database for big data.
|
* [Bitronix](https://github.com/bitronix/btm) - A simple but complete implementation of the JTA 1.1 API.
|
||||||
* [Druid](http://druid.io) - Real-time and historical OLAP data store that excels at aggregation and approximation queries.
|
* [Narayana](http://narayana.io) - Provides support for traditional ACID and compensation transactions, also complies with JTA, JTS and other standards.
|
||||||
* [Infinispan](http://infinispan.org/) - Highly concurrent key-value data store used for caching.
|
|
||||||
* [OpenTSDB](http://opentsdb.net) - Scalable and distributed time series database written on top of Apache HBase.
|
|
||||||
* [OrientDB](https://orientdb.com/orientdb/) - Embeddable distributed database written on top of Hazelcast.
|
|
||||||
|
|
||||||
## Distribution
|
## Distribution
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user