Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otaviojava/jcassandra-book
Apache Cassandra Horizontal scalability for Java applications in a book
https://github.com/otaviojava/jcassandra-book
book cassandra database hibernate jakartaee java spring spring-data
Last synced: 8 days ago
JSON representation
Apache Cassandra Horizontal scalability for Java applications in a book
- Host: GitHub
- URL: https://github.com/otaviojava/jcassandra-book
- Owner: otaviojava
- License: other
- Created: 2020-12-23T10:12:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T10:28:36.000Z (about 2 years ago)
- Last Synced: 2023-03-12T06:39:26.807Z (over 1 year ago)
- Topics: book, cassandra, database, hibernate, jakartaee, java, spring, spring-data
- Homepage: https://leanpub.com/jcassandra
- Size: 8.78 MB
- Stars: 21
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Cassandra Horizontal scalability for Java applications
![jcassandra-book](cover.jpg)
In the competitive world of technology, millisecond improvements in performance can make all the difference for your customers. From this need, several paradigms and frameworks emerged, demanding, at the same time, a good and fast performance in the persistence of information. Apache Cassandra was born in this scenario, the NoSQL database, elastic, fault-tolerant, and with a high degree of performance. Cassandra is a non-relational database originated by Facebook. Today, it is an open-source project within the Apache Foundation with successes in the world's largest companies, such as Netflix, GitHub, eBay, among others.
In this book, Otávio Santana discusses Cassandra, its concepts, and its applicability with Java. After introducing non-relational databases, you will see concepts such as hierarchy, reading, writing, how they work on the node, and their orchestration within a Cluster. The practical operation of the communication language Cassandra Query Language or CQL will be presented, with modeling tips and mapping frameworks. DataStax Mapper, Spring Data Cassandra, Hibernate OGM Cassandra, and Eclipse JNoSQL.