avisi / xodus

JetBrains Xodus is a Java transactional schema-less embedded database.

Home Page:http://jetbrains.github.io/xodus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#JetBrains Xodus

##Overview JetBrains Xodus is a transactional schema-less embedded database written in pure Java. It was initially developed for JetBrains YouTrack (issue tracking and project management tool). At the moment Xodus is also used in some internal JetBrains projects.

Key features:

  • Xodus is written in pure Java.
  • 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 requires no schema migrations or refactorings.
  • Xodus is embedded. It doesn’t require installation and administration.

Xodus is free and licensed under Apache 2.0. Xodus 1.0-SNAPSHOT artifacts are available in Maven Central repository.

##Building from Source Gradle is used to build, test and deploy. To run tests and assemble jars:

>gradle build

To assemble jars and skip running tests:

>gradle assemble   

Find out More

About

JetBrains Xodus is a Java transactional schema-less embedded database.

http://jetbrains.github.io/xodus

License:Apache License 2.0


Languages

Language:Java 99.8%Language:JavaScript 0.2%