### Motivation (#135)

At present, the docker image of pudlar-manager is relatively large, causing users to spend a long time downloading, which is unnecessary.

### Modifications
* Move Docker image to openjdk:8-jre-alpine
* Use command apk replace apt
* Install nginx, supervisor, sqlite
* Delete node
3 files changed
tree: 50a38f8bc6f92a81141ce9d3239983fa9ef6026e
  1. .github/
  2. docker/
  3. front-end/
  4. gradle/
  5. src/
  6. .gitignore
  7. build.gradle
  8. gradle.properties
  9. gradlew
  10. gradlew.bat
  11. Jenkinsfile
  12. LICENSE
  13. README.md
  14. VERSION
README.md

Pulsar Admin Manager

Front end is based on vue-element-admin.

Back end is based on spring boot.

Feature

  • Tenants Management
  • Namespaces Management
  • Topics Management
  • Subscriptions Management
  • Functions Management
  • Sources Management
  • Sinks Management
  • Brokers Management
  • Clusters Management
  • Bookies Management
  • Schemas Management
  • Integration grafana and prometheus
Front end

front-end-deploy