-
Notifications
You must be signed in to change notification settings - Fork 1
Used Libraries
Flask - a light-weight web framework
Flask-RESTful - adds support for quickly building REST APIs
flask-restful-swagger-2 - adds swagger support according to the swagger 2.0 specification.
Flask-SQLAlchemy - adds support for SQLAlchemy (Object Relational Mapper) by providing useful defaults and extra helpers
Flask-Migrate - extension that handles SQLAlchemy database migrations for Flask applications using Alembic
marshmallow-sqlalchemy - adds support for marshmallow (de)serialization library
psycopg2 - most popular PostgreSQL adapter for Python
sqlalchemy-hana - SQLAlchemy Dialect for SAP HANA
pyhdb - SAP HANA Connector (used as a driver hana+pyhdb://
)
ijson - iterative JSON parser for high-perfomance POST request parsing
networkx - creation, manipulation, and study of the structure of complex graphs
docker - Docker SDK for Python to run experiments in docker containers
httr Simple HTTP library for requests from execution container to backend
pcalg Implementation of PC algorithm in R
parallelpc Parallel implementation of PC algorithm in R
optparse Command line argument parser for R scripts
- Home
- Setup
- API Documentation
- Data model
- How to...
- ...add a new remote database
- ...create migrations
- ...develop locally
- ...simplified dev setup
- ...deploy on kubernetes (internal)
- ...monitor the cluster
- ...fix expired K8s certificates
- ...add new dependencies
- ...rebuild base image
- ...add a new algorithm in R
- ...add support for new language
- ...add a new node to Kubernetes cluster
- Coding Conventions
- Roadmap
- Ownership