add software bill of materials

This commit is contained in:
Tao Bror Bojlén 2019-04-29 18:39:43 +01:00
parent e9b8901aa5
commit 0271548a50
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
1 changed files with 31 additions and 0 deletions

31
BILL-OF-MATERIALS.md Normal file
View File

@ -0,0 +1,31 @@
# Software Bill of Materials
This is an overview of the external software components (libraries, etc.) that
are used in fediverse.space, or that are likely to be used.
## Backend
I am currently in the process of migrating from a Python and Django-based
backend to one written in Elixir. This list is what *will* be used in the near
future.
### Crawler and API
* [Elixir](https://elixir-lang.org/)
* [Phoenix](https://phoenixframework.org/)
* [HTTPoison](https://hexdocs.pm/httpoison/readme.html)
* See [/backend/mix.env](/backend/mix.env) for a complete overview of
dependencies
### Graph layout
* [Gephi toolkit](https://gephi.org/toolkit/)
## Frontend
* [React](https://reactjs.org/)
* [Blueprint](https://blueprintjs.com/)
* See [/frontend/package.json](/frontend/package.json) for a complete overview
of dependencies
## Other
* [Docker](https://www.docker.com/) and
[docker-compose](https://docs.docker.com/compose/overview/)
* The frontend is hosted on [Netlify](https://www.netlify.com/)