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: 3 months 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.
- Host: GitHub
- URL: https://github.com/rish-0-0/astrocharts-backend
- Owner: rish-0-0
- Created: 2021-05-12T15:38:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T07:08:12.000Z (5 months ago)
- Last Synced: 2025-03-24T22:51:15.404Z (3 months ago)
- Topics: alpine-node, astrology, docker-compose, fastify, scalable
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```