Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)