Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjbae/disease-pest-alarming
(Currently Unavailable) Server Repository for Disease and Pest Forecasting Service
https://github.com/mjbae/disease-pest-alarming
azure celery django django-rest-framework docker open-api
Last synced: 4 months ago
JSON representation
(Currently Unavailable) Server Repository for Disease and Pest Forecasting Service
- Host: GitHub
- URL: https://github.com/mjbae/disease-pest-alarming
- Owner: MJbae
- Created: 2021-10-13T12:02:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T02:31:40.000Z (over 1 year ago)
- Last Synced: 2024-10-02T07:42:33.305Z (4 months ago)
- Topics: azure, celery, django, django-rest-framework, docker, open-api
- Language: Python
- Homepage:
- Size: 176 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Disease & Pest Alarm [![Django CI](https://github.com/MJbae/disease-pest-alarming/actions/workflows/django_ci.yml/badge.svg)](https://github.com/MJbae/disease-pest-alarming/actions/workflows/django_ci.yml)
> A Disease and Pest Forecasting Service based on SMS Alarm.
### How to work
* Get an SMS Alarm when a disease or pest outbreak is supposed to occur.* SMS Example
~~~text
[Web발신]
2021-11-16, 가평군의 포도에서 갈색무늬병 피해 발생
~~~### Technologies Used
* Application Framework: Django, Django REST Framework
* SMS API: SENS(by NAVER CLOUD PLATFORM)
* RDBMS & ORM: MySQL & Django's ORM
* Async Distributed Process: Celery, Celery Beat, AWS SQS
* Test Framework: PyTest, Model Bakery
### Deployment Environment
* Cloud Infra: Microsoft Azure
### Documents
* [Flow Chart](https://github.com/MJbae/disease-pest-alarming/wiki/Flow-Cart)
* [Project in detail](https://studynote.oopy.io/projects/6/)