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.
- 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
- get latest release and unpack it
- execute run.bat or run.sh
- browser should open automatically. Otherwise goto http://localhost:18080
Custom JVM parameters and custom server port can be specified in startup script.
>./gradlew clean build
Run method main
in Main.kt or execute
>./gradlew runShadow
Command starts frontend on 19090 port
>npm install
>npm start