Giter Club home page Giter Club logo

xodus's Introduction

          _________    _____________              _____               
          ______  /______  /___  __ )____________ ___(_)______________
          ___ _  /_  _ \  __/_  __  |_  ___/  __ `/_  /__  __ \_  ___/
          / /_/ / /  __/ /_ _  /_/ /_  /   / /_/ /_  / _  / / /(__  ) 
          \____/  \___/\__/ /_____/ /_/    \__,_/ /_/  /_/ /_//____/  
                                                                      
                      ____  __     _________              
                      __  |/ /___________  /___  _________
                      __    /_  __ \  __  /_  / / /_  ___/
                      _    | / /_/ / /_/ / / /_/ /_(__  ) 
                      /_/|_| \____/\__,_/  \__,_/ /____/    

##Overview JetBrains Xodus is a transactional schema-less embedded database written in pure Java. It was initially developed for JetBrains YouTrack (an issue tracking and project management tool). Currently Xodus is also used in JetBrains Hub (JetBrains' team tools connector) and 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 or administration.

Xodus is free and licensed under Apache 2.0. Xodus 1.0-SNAPSHOT artifacts are available in Sonartype OSS 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

xodus's People

Contributors

heiko-braun avatar jk1 avatar leonya avatar morj avatar olegstepanov avatar orangy avatar pavel-nikolaev avatar penemue avatar vadimgurov avatar zeckson avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.