Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iitoneloc/the-landfill
https://github.com/iitoneloc/the-landfill
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iitoneloc/the-landfill
- Owner: iiTONELOC
- Created: 2023-05-05T21:58:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T21:02:22.000Z (9 months ago)
- Last Synced: 2024-05-17T16:13:18.553Z (8 months ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# The Landfill
**`Coming Soon`**
![Men overlooking a construction site](https://images.unsplash.com/photo-1541888946425-d81bb19240f5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80)
The Landfill powers the [TrashScan App](https://github.com/iiTONELOC/trashscan-app) and is a rework of the existing implementation. The first version of the project had a back end with a true microservice architecture, powered by Azure. The free tier is too slow and their cheapest instance isn't cheap enough to host a mostly private app.
Heroku has instances with TLS that are starting at $7 per month. I remember when they had free dynos they were faster than Azure App Service's free tier. For this reason the backend has been reworked from a RESTful to a GraphQL API and refactored to work on one instance. With a modular approach, if the time to scale does come, we can separate it back to individual microservices. The main goal here is to demo the idea for cheap.
## License
This project is not licensed for reuse at this time. If you like what you see please get in touch!
## Contact
Have questions?
Constructive criticism, feedback, or would like to get in touch?Feel free to email me at [[email protected]](mailto:[email protected])
[Check out my GitHub!](https://github.com/iiTONELOC)