This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Open source projects we depend on | ||
|
||
This is a list of major open source projects we use at Chaos Genius. We are thankful to all the maintainers for open sourcing and continuing to sustain these projects. | ||
|
||
This is a part of the [FOSS Pledge](https://fossunited.org/foss-pledge) | ||
|
||
## Tools, programming languages and databases | ||
|
||
- [Python](https://www.python.org/) | ||
- [NodeJS and npm](https://nodejs.org/) | ||
- [bash](https://www.gnu.org/software/bash/) | ||
- [git](https://git-scm.com/) | ||
- [Docker](https://www.docker.com/) and [docker compose](https://github.com/docker/compose) | ||
- [nginx](https://www.nginx.com/) | ||
- [supervisor](http://supervisord.org/) | ||
- [PostgreSQL](https://www.postgresql.org/) | ||
- [Redis](https://redis.io/) | ||
- [Alpine Linux](https://www.alpinelinux.org/) | ||
|
||
## Python libraries | ||
|
||
Some of the main python libraries we use: | ||
- [Flask](https://flask.palletsprojects.com/en/2.1.x/) | ||
- [SQLAlchemy](https://www.sqlalchemy.org/) | ||
- [Celery](https://github.com/celery/celery) | ||
- [Pandas](https://pandas.pydata.org/) | ||
- [NumPy](https://numpy.org/) | ||
- [pytest](https://docs.pytest.org/en/7.1.x/) | ||
|
||
See [prod dependencies](https://github.com/chaos-genius/chaos_genius/blob/main/requirements/prod.txt) and [dev dependencies](https://github.com/chaos-genius/chaos_genius/blob/main/requirements/dev.txt) for the full list. | ||
|
||
## NodeJS libraries | ||
|
||
Some of the main NodeJS libraries we use: | ||
- [React](https://reactjs.org/) | ||
- [Redux](https://redux.js.org/) | ||
- [Highcharts](https://www.highcharts.com/) | ||
|
||
See the full list [here](https://github.com/chaos-genius/chaos_genius/blob/main/frontend/package.json). | ||
|