Sign inSign up

zeguru/baas

By zeguru

Updated about 2 months ago

Business Logic As A Service

Image
Languages & frameworks
Developer tools
1

3.1K

zeguru/baas repository overview

Business Logic As A Service

Low Code

Useful for implementing product logic.

  • Dynamic calculators
  • Externalize product logic
  • Quote generators
  • Price calculators
  • Backend as a service
  • State machines
  • Conversational SMS/USSD
  • Add determinism in your AI agents for non-probabilistic business logic

And many more

Run with docker

Quick Start docker run -d -p 3000:3000 zeguru/baas:latest

Run Specific Version Tag docker run -d -p 3000:3000 zeguru/baas:tag

Rule Editor http://localhost:3000/baas/editor

Api documentation http://localhost:3000/baas/docs

Production

docker run -d \
    -p 3000:3000 \
    -e DB_TYPE=mysql \
    -e DB_HOST=server.xyz.com \
    -e DB_PORT=3306 \
    -e DB_DATABASE=baas \
    -e DB_USERNAME=user \
    -e DB_PASSWORD=password \
    zeguru/baas:0.57 

Tag summary

Content type

Image

Digest

sha256:86b11b422

Size

124.2 MB

Last updated

about 2 months ago

docker pull zeguru/baas