Skip to content

JetBrains/xodus-entity-browser

Repository files navigation

Xodus entity browser

official JetBrains project

Web UI entity browser for Xodus database stores. Used in support activities for YouTrack and Hub applications. Highly desirable to use entity browser shipped with the same Xodus version as used in application which works with database.

Databases List of entities

Features

  • searching entities with specific query language (search by property values and by links)
  • bulk delete operations for search results
  • creating new entity types
  • edit entities properties and links (blobs are readonly)
  • creating and deleting entities
  • ability to work with few databases

Run

Custom JVM parameters and custom server port can be specified in startup script.

Build from sources

>./gradlew clean build

Run backend

Run method main in Main.kt or execute

>./gradlew runShadow

Run frontend

Command starts frontend on 19090 port

>npm install

>npm start