radiate-finance / radiate-backend

Radiate backend

Home Page:https://hasura-radiateapi.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

radiate-backend

├── dipdup.yml
├── docker-compose.yml
├── Dockerfile
├── Pipfile
├── Pipfile.lock
└── radiate
    ├── graphql
    ├── handlers
    │   ├── __init__.py
    │   ├── on_cancel.py
    │   ├── on_configure.py
    │   ├── on_create_stream.py
    │   ├── on_rollback.py
    │   └── on_withdraw.py
    ├── __init__.py
    ├── jobs
    │   └── __init__.py
    ├── models.py
    ├── sql
    │   ├── on_reindex
    │   └── on_restart
    └── types
        ├── __init__.py
        └── radiate
            ├── __init__.py
            ├── parameter
            │   ├── cancel_stream.py
            │   ├── create_stream.py
            │   ├── __init__.py
            │   └── withdraw.py
            └── storage.py

About

Radiate backend

https://hasura-radiateapi.herokuapp.com/


Languages

Language:Python 95.9%Language:Dockerfile 4.1%