Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rish-0-0/astrocharts-backend
- Owner: rish-0-0
- Created: 2021-05-12T15:38:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T22:26:52.000Z (over 3 years ago)
- Last Synced: 2024-11-07T21:12:09.755Z (2 months ago)
- Topics: alpine-node, astrology, docker-compose, fastify, scalable
- Language: JavaScript
- Homepage:
- Size: 42 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
```