gngr
gngr copied to clipboard
Explore Xodus for storage
- Xodus is transactional and fully ACID-compliant.
- Xodus is highly concurrent. Reads are completely non-blocking due to MVCC and true snapshot isolation.
- Xodus is schema-less and agile. It does not require schema migrations or refactorings.
- Xodus is embedded. It does not require installation or administration.
- Xodus is written in pure Java and Kotlin.
- Xodus is free and licensed under Apache 2.0.
Advantages to switching to Xodus:
- Being schema-less, it will be easy to evolve the store, especially during these initial phases
- Is professionally maintained and used by a largish backer
- No need for extra layers (SQL, JOOQ). Will be much simpler to maintain.
- Supports encryption