Skip to content

CivicDataLab/IDS-DRR-Data-Management

IDS-DRR Data Management

Intelligent Data Solution for Disaster Risk Reduction (IDS-DRR) is a platform that assists disaster management decision-making through data-driven analytics. This repository contains the data management layer: the backend that ingests geographic and indicator data and serves them via a GraphQL API to the IDS-DRR Frontend.

Quick start

Using Docker:

git clone https://github.com/CivicDataLab/IDS-DRR-Data-Management.git
cd IDS-DRR-Data-Management

docker compose up -d --build
docker exec context_layer_Backend python manage.py makemigrations
docker exec context_layer_Backend python manage.py migrate
docker exec context_layer_Backend python manage.py import_geojson
docker exec context_layer_Backend python manage.py import_indicators
docker exec context_layer_Backend python manage.py import_data

The API is then available at http://localhost:8000.

For full documentation (environment variables, deployment configuration (config.toml), and data import schemas), see the Data Management API docs.

If you want to contribute, please contact us at info@civicdatalab.in.

License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0) © CivicDataLab.

About

Intelligent Data Solution - Disaster Risk Reduction(IDS-DRR) is a system to assist flood management through data-driven ways. The repository contains the code for the data management layer which serves as a bridge between data sources and client applications.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors