Giter VIP home page Giter VIP logo

biodm's Introduction

BioDM: A fast and RESTful Data Management framework

logo


Introduction Presentation: https://www.overleaf.com/read/wxpdnptnkpsy

Source Code: https://github.com/bag-cnag/biodm

Documentation: https://bag-cnag.github.io/biodm/


BioDM is a fast, modular, stateless and asynchronous REST API framework with the following core features:

  • Provide standard HTTP REST-to-CRUD endpoints from developper provided entity definitions:

  • Inter-operate services ecosystem:

    • Permissions leveraging Keycloak
    • Storage leveraging S3 protocol
    • Jobs & Visualization leveraging Kubernetes cluster

-> Act as an API gateway and log relevant data.

  • Also sets up essentials:
    • Liveness endpoint
    • Login and token retrieval system
    • OpenAPI schema generation through apispec

Quickstart

Install

pip3 install git+https://github.com/bag-cnag/biodm

Run app

To run the API you will also need an ASGI server, i.e. uvicorn+uvloop by default:

pip3 install uvicorn uvloop

OR

pip3 install -r src/requirements/dev.txt

Then you may run our example after populating src/example/.env with your desired configuration:

cd src/example/
python3 src/example/app.py

Alternatively, if your goal is simply to run example locally you may use the following command beforehand in order to deploy the development stack:

docker compose -f compose.yml up --build -d

This stack comes with an interactive swagger-ui visitable at http://localhost:9080/ once the server is running.

About

Developed at CNAG

Contributing

No contributing policy yet. However, issues and pull requests are welcome.

Licence

GNU/AGPLv3

biodm's People

Contributors

neah-ko avatar

Watchers

Davide Piscia avatar  avatar  avatar  avatar Ivo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.