Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rish-0-0/astrocharts-backend

It's the integration of the library astroreha into a scalable architecture. The key points noted here are scaling. Used fastify for as less latency as possible.
https://github.com/rish-0-0/astrocharts-backend

alpine-node astrology docker-compose fastify scalable

Last synced: 23 days ago
JSON representation

It's the integration of the library astroreha into a scalable architecture. The key points noted here are scaling. Used fastify for as less latency as possible.

Awesome Lists containing this project

README

        

# AstroCharts - Backend

## The app actually started generating money
#### Probably enough to run a month on AWS
Hence giving it an upate

## For all it's worth
#### It deserves it's own backend for atleast a year.

## Running it with 4 astrocharts-rest containers
```shell
docker-compose up --scale astrocharts-rest=4 --build -d
```
Logging
```shell
docker-compose logs -f --tail=15
```