DIASTEMA-UPRC / daas

The Diastema DaaS service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daas

The Diastema DaaS service. This service is responsible for handling requests for time-consuming data processes.

How to Use

This project is inteded to by used by the DaaS API. If you need information on what operations are supported, please check out that documentation. If you need to run this in isolation, follow the steps below:

Prerequisites

How to Build

docker build -t daas:latest .

How to Run

The dev Docker-compose creates an isolated environment and you can check results via the MinIO web UI. Other than that you can simply run the service exactly how its described below and perform your requests

docker-compose up

License

Licensed under the Apache License Version 2.0 by Konstantinos Voulgaris for the research project Diastema

About

The Diastema DaaS service

License:Apache License 2.0


Languages

Language:Python 98.6%Language:Dockerfile 1.4%