JDBM3
JDBM3 is an open source embedded key value Java database. JDBM3 provides TreeMap, HashMap and other collections backed up by disk storage. Now you can handle billions of items without ever running out of memory.
JDBM3 is an open source embedded key value Java database. JDBM3 provides TreeMap, HashMap and other collections backed up by disk storage. Now you can handle billions of items without ever running out of memory.
This talk shares hindsights about the why and the how of that migration, what problems couldn’t be solved without moving away and how the solution now looks. The tools used for migrating away the data, the methods and will detail the new architecture. And the new home: in the cloud!
This session focuses on one of the innovative use cases of using NoSQL databases as a JMS message store in Java messaging applications. It discusses how to use NoSQL data stores (such as MongoDB, Redis or the new Oracle NoSQL Database) for persisting messages. It shows, with the help of …
What if I told you that the new Event Store is an ACID compliant database with only 24 bytes of mutable data? This session will look deep inside the Event Store and architectural decisions and trade offs made in the development of it.
Big Data is a fast growing trend in enterprise applications that comes with a novel promise compare to past technological revolutions: being able to retrieve and manipulate as much data as necessary to bring up new use cases or to improve the user experience. This is made possible thanks to …
The rise of NoSQL databases is characterized by confusion and ambiguity in the absence of well-defined standards and adequate software solutions. Many questions come to mind when you’re faced with the decision of where to store your data and how to manage it.