Getting started
To see ceris in action start ceris in demo mode, which creates a source
connector
generating demo data and two sink
connectors writing the data to a csv file and log output.
- Download the latest release
- Run jar
java -jar ceris-x.x.x.jar -Dceris.demo
- Or run with docker
docker run --name ceris -p 4567:4567 -e CERIS_DEMO=true eblaas/ceris
- Login ceris UI http://localhost:4567 username=admin, password=admin