All Projects → JetBrains → xodus-entity-browser

JetBrains / xodus-entity-browser

Licence: Apache-2.0 License
Web UI entity browser for xodus database

Programming Languages

kotlin
9241 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to xodus-entity-browser

kotlin-oauth2-server
Flexible OAuth2 server library. Support for multiple frameworks
Stars: ✭ 123 (+119.64%)
Mutual labels:  ktor
ktor demo
ktor demo
Stars: ✭ 22 (-60.71%)
Mutual labels:  ktor
Lastik
Kotlin Multiplatform + Jetpack Compose pet project, based on www.last.fm/api (in development)
Stars: ✭ 37 (-33.93%)
Mutual labels:  ktor
Ktor-OpenAPI-Generator
Ktor OpenAPI/Swagger 3 Generator
Stars: ✭ 203 (+262.5%)
Mutual labels:  ktor
RocketXDelight-Playground
Native Android application built with Kotlin and Jetpack Compose. This project also illustrates the usage of advanced libraries such as Ktor, SqlDelight, Hilt, etc with the recommended practices and Unit Tests.
Stars: ✭ 37 (-33.93%)
Mutual labels:  ktor
local-data-api
Data API for local, you can write unittest for AWS Aurora Serverless's Data API
Stars: ✭ 99 (+76.79%)
Mutual labels:  ktor
kotlin-ktor-mysql-template
This example shows how to run Anychart library with Kotlin and MySQL.
Stars: ✭ 20 (-64.29%)
Mutual labels:  ktor
meu kumbu
💵Meu Kumbu 💰 (Means My Money) is a template app that people can use to build their owns Wallet 🤑 or a mobile 🏦 banking app.
Stars: ✭ 55 (-1.79%)
Mutual labels:  ktor
kotlin-ktor-realworld-example-app
Real world backend API built in Kotlin with Ktor + Kodein + Exposed
Stars: ✭ 117 (+108.93%)
Mutual labels:  ktor
jellyfin-sdk-kotlin
Kotlin SDK for Jellyfin, supporting Android and JVM Targets
Stars: ✭ 43 (-23.21%)
Mutual labels:  ktor
ComposeTodo
Sample project to play with Jetpack Compose on Android, Desktop and Web
Stars: ✭ 64 (+14.29%)
Mutual labels:  ktor
kmm
Rick & Morty Kotlin Multiplatform Mobile: Ktor, Sqldelight, Koin, Flow, MVI, SwiftUI, Compose
Stars: ✭ 52 (-7.14%)
Mutual labels:  ktor
ToDometer Multiplatform
WIP Kotlin Multiplatform project: A meter to-do list built with Android Jetpack, Compose UI Multiplatform, Wear Compose, SQLDelight, Koin Multiplatform, SwiftUI, Ktor Server / Client, Exposed...
Stars: ✭ 145 (+158.93%)
Mutual labels:  ktor
ufo-sightings-api
Sample GraphQL API Using Ktor and KGraphQL
Stars: ✭ 87 (+55.36%)
Mutual labels:  ktor
intro-kotlin-mutliplatform
Kotlin Multiplatform project (MPP), JVM and JS
Stars: ✭ 21 (-62.5%)
Mutual labels:  ktor
kmpapp
👨‍💻 Kotlin Mobile Multiplatform App (Android & iOS). One Code To Rule Them All. MVVM, DI (Kodein), coroutines, livedata, ktor, serialization, mockk, detekt, ktlint, jacoco
Stars: ✭ 34 (-39.29%)
Mutual labels:  ktor
kotlin-simple-architecture
Kotlin Simple Architecture
Stars: ✭ 35 (-37.5%)
Mutual labels:  ktor
tmdb-api
This Kotlin Multiplatform library is for accessing the TMDB API to get movie and TV show content. Using for Android, iOS, and JS projects.
Stars: ✭ 31 (-44.64%)
Mutual labels:  ktor
Duga
Stack Exchange Chat bot
Stars: ✭ 20 (-64.29%)
Mutual labels:  ktor
multi-projects-architecture-with-Ktor
A Ktor real world example built on multi-projects architecture
Stars: ✭ 29 (-48.21%)
Mutual labels:  ktor

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].