https://github.com/gojibjib/deploy
Instructions to deploy the JibJib stack
https://github.com/gojibjib/deploy
aws docker docker-compose saltstack terraform
Last synced: 6 months ago
JSON representation
Instructions to deploy the JibJib stack
- Host: GitHub
- URL: https://github.com/gojibjib/deploy
- Owner: gojibjib
- License: gpl-3.0
- Archived: true
- Created: 2018-08-18T13:36:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T14:12:43.000Z (over 7 years ago)
- Last Synced: 2025-05-29T15:37:20.157Z (about 1 year ago)
- Topics: aws, docker, docker-compose, saltstack, terraform
- Language: SaltStack
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [gojibjib/deploy](https://github.com/gojibjib/deploy)
This repository holds intrusctions to deploy the JibJib stack.
## Repo layout
The complete list of JibJib repos is:
- [jibjib](https://github.com/gojibjib/jibjib): Our Android app. Records sounds and looks fantastic.
- [deploy](https://github.com/gojibjib/deploy): Instructions to deploy the JibJib stack.
- [jibjib-model](https://github.com/gojibjib/jibjib-model): Code for training the machine learning model for bird classification
- [jibjib-api](https://github.com/gojibjib/jibjib-api): Main API to receive database requests & audio files.
- [jibjib-data](https://github.com/gojibjib/jibjib-data): A MongoDB instance holding information about detectable birds.
- [jibjib-query](https://github.com/gojibjib/jibjib-query): A thin Python Flask API that handles communication with the [TensorFlow Serving](https://www.tensorflow.org/serving/) instance.
- [gopeana](https://github.com/gojibjib/gopeana): A API client for [Europeana](https://europeana.eu), written in Go.
- [voice-grabber](https://github.com/gojibjib/voice-grabber): A collection of scripts to construct the dataset required for model training
## Setup
First clone the repo:
```
git clone https://github.com/gojibjib/deploy
```
Then choose how you wish to deploy it:
- [Locally](https://github.com/gojibjib/deploy/tree/master/local), via [docker-compose](https://docs.docker.com/compose/)
- Remotely, to AWS via [Terraform](https://www.terraform.io/) and [SaltStack](https://saltstack.com/)