Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdrienMazet/fri-go
TP Infrastructures d'intégration
https://github.com/AdrienMazet/fri-go
go http mqtt pubsub redis rest
Last synced: 3 months ago
JSON representation
TP Infrastructures d'intégration
- Host: GitHub
- URL: https://github.com/AdrienMazet/fri-go
- Owner: AdrienMazet
- Created: 2020-09-30T12:02:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T16:23:57.000Z (about 4 years ago)
- Last Synced: 2024-05-13T00:33:14.844Z (6 months ago)
- Topics: go, http, mqtt, pubsub, redis, rest
- Language: TypeScript
- Homepage:
- Size: 3.59 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Md
Awesome Lists containing this project
- awesome-golang-repositories - fri-go
README
# fri-go
## Contributeurs
- Adrien Mazet
- Charlotte Leclère
- Isuru Haupe
- Clémentine Biais## lancer le projet
lancer redis-server
go build cmd/pubsub/pubsub.go
go build cmd/server/server.go./pubsub
./servercd front
npm install
gatsby develop## Structure des fichiers
- cmd : launchers de l'application, importe des méthodes de internal
- config : fichiers de config
- data_lake : dossier contenant les fichiers csv constituant un data lake
- front : projet Gatsby contenant le front-end
- internal : code métier
- types : structures de données
## Documentation de l'API
[Swagger fri-go](https://app.swaggerhub.com/apis-docs/f393/weather-reports_api/1.0.0?fbclid=IwAR12l7smon1b4lH5xQ1gKTxNN0P-Pr_qe3pP8dx83P5kgp21OFviog7Dw_c)