kieler / elk-live

A web page with a text editor for ELK Graph and a synchronized graphical view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElkGraph Web

A web page with a text editor for ELK Graph and a synchronized graphical view.

Check it out here.

Uses:

How To Run

Open in Gitpod

The easiest way to start working with this project is to open it in gitpod.io with the button above. If you would like to compile and run it on your own machine, follow the instructions below.

Prerequisites: yarn, Java

git clone https://github.com/kieler/elk-live.git
cd elk-live/client
yarn install
yarn run build

cd ../server
./gradlew jettyRun

Then point your web browser to http://localhost:8080/

Hosting

If you would like to host elk-live yourself you can use the automatically built Docker container. There is also an example configuration for Docker Compose.

About

A web page with a text editor for ELK Graph and a synchronized graphical view

License:Eclipse Public License 2.0


Languages

Language:TypeScript 46.1%Language:Xtend 31.6%Language:HTML 15.4%Language:JavaScript 5.8%Language:CSS 0.6%Language:Dockerfile 0.4%