Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
/ band-services-set Public archive

Collection of necessary micro-services Rockstat platform. It contains ip geo location, user agent parser, example service, new band service skeleton and one all-important service Director that manages all others.

License

Notifications You must be signed in to change notification settings

rockstat/band-services-set

Repository files navigation

About Band

Microservice framework for Rockstat platform. Used for serving custom user services. Built on top of asyncio, for communication uses JSON-RPC2 over Redis PubSub so that incredible fast!

Components

director

Занимается оркестрацией микросервисов сервисов. Может запускаться на хосте или в контейнере

service (one of many)

содержит бизнес логику и необходимые данные. Каждый сервис запускается в своем отдельном контейнере

Фичи

Автоматическая аллокация портов на хостовой машине

Running (DEV host)

configure .env and .env.local (will be copied to container)

... plz ask me to take actual version

host.docker.internal is internal host machine alias in the docker for mac

Maintain

Prune unused docker containers

docker container prune

and images

docker image prune --all

About

Collection of necessary micro-services Rockstat platform. It contains ip geo location, user agent parser, example service, new band service skeleton and one all-important service Director that manages all others.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published