YouTrackDB is an object-oriented graph database that supports documents, full-text search, reactivity, and geospatial concepts.
YouTrackDB's key features are:
- Fast data processing: YouTrackDB process links traversal with O(1) complexity. No expensive run-time JOINs.
- Universal API: YouTrackDB implements graph and object-oriented data models. It provides a rich entity processing API that works uniformly over all remote and embedded deployment environments.
- SQL-like query language: YouTrackDB uses a dialect of SQL query language enriched by graph and object-oriented functions and commands. Thanks to the SQL layer, it's easy for people skilled in the relational world to use.
- Scalable development workflow: YouTrackDB works in schema-less, schema-mixed, and schema-full modes. Universal API allows you to port your database to a server environment without changing your application code.
- Strong security: YouTrackDB has a strong security profiling system based on user, role, and predicate security and supports SQL as a query language.
- Encryption of data at rest: YouTrackDB optionally encrypts all data stored on disk using modern AES encryption.
- Binary compatibility with OrientDB: Databases created with OrientDB can be used without any data alterations in YouTrackDB.
YouTrackDB can run on any platform without configuration and installation. The full Server distribution is a few MBs without the demo database.
YouTrackDB is a binary compatible fork of OrientDB supported and evolved by YouTrack project from JetBrains
- For any questions, please visit the YouTrackDB Community Group
- You can find status of our builds on
- If you have ideas to share or bugs to report, please visit our issue tracker. Using those saved searches, you can find: Main features planned for v1 release, all features planned for v1 release, all issues planned for v1 release .
- In our knowledge base you will find more information about our project.
- Follow us on social networks:
- We have a Slack chat with developers for our contributors. If you want to join, please read the details in our knowledge base.
YouTrackDB is licensed under the Apache 2 license.