Article URL: https://github.com/JetBrains/youtrackdb Comments URL: https://news.ycombinator.com/item?id=48902026 Points: 90 # Comments: 23

If you are interested in YouTrackDB, consider joining our Zulip community. Tell us about exciting applications you are building, ask for help, or just chat with friends 😃 YouTrackDB is a general use object-oriented graph database. YouTrackDB is being supported and developed by JetBrains and is used internally in production. To install YouTrackDB as an embedded database, add the following dependency to your Maven project: The youtrackdb-embedded artifact is a shaded uber-jar that relocates all third-party dependencies (Guava, Jackson, Groovy, etc.) under com.jetbrains.youtrackdb.shade, so they won't conflict with versions used by your application. If you want to work with YouTrackDB server, you can start it using the Docker image: For more examples covering both server and embedded deployments, check out the examples project. YouTrackDB runs every non-trivial change through a structured development workflow: research, design, plan review, track-by-track implementation, and review. New contributors can learn to run it end to end in the development workflow book, starting at Chapter 1 — The workflow at a glance.