Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nlesc-nano/ceiba

Web service to manage scientific simulation data
https://github.com/nlesc-nano/ceiba

graphql python scientific-computing web-service workflow-automation

Last synced: 13 days ago
JSON representation

Web service to manage scientific simulation data

Awesome Lists containing this project

README

        

.. image:: https://github.com/nlesc-nano/ceiba/workflows/build/badge.svg
:target: https://github.com/nlesc-nano/ceiba/actions
.. image:: https://readthedocs.org/projects/ceiba/badge/?version=latest
:target: https://ceiba.readthedocs.io/en/latest/?badge=latest
.. image:: https://codecov.io/gh/nlesc-nano/ceiba/branch/main/graph/badge.svg?token=MTD70XNYEA
:target: https://codecov.io/gh/nlesc-nano/ceiba
.. image:: https://zenodo.org/badge/297567281.svg
:target: https://zenodo.org/badge/latestdoi/297567281

#####
ceiba
#####
🧬 🔭 🔬 Scientific simulations generate large volume of data that needs to be stored and processed
by multidisciplinary teams across different geographical locations. Distributing computational expensive
simulations among the available resources, avoiding duplication and keeping the data safe are challenges
that scientists face every day.

Ceiba and its command line interface `Ceiba-cli `_
solve the problem of computing, storing and securely sharing
computationally expensive simulation results. Researchers can save significant time and resources by easily
computing new data and reusing existing simulation data to answer their questions.

See `documentation `_ and `blog post `_.

Installation
************
The `provisioning folder `_ contains the instructions
to deploy the web service using docker. Alternatively, you can deploy the web service locally using
the following instructions:

#. 🐳 Install `Docker `_

#. 🚀 Define a environment variable `MONGO_PASSWORD` with the database password. Now you can run the following
command to start both the server and the mongodb services:
::

provisioning/start_app.sh

Contributing
************

If you want to contribute to the development of ceiba,
have a look at the `contribution guidelines `_.

License
*******

Copyright (c) 2020-2021, Netherlands eScience Center

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Credits
*******

This package was created with `Cookiecutter `_ and the `NLeSC/python-template `_.