All Projects → steep-wms → steep

steep-wms / steep

Licence: Apache-2.0 license
⤴️ Steep Workflow Management System – Run scientific workflows in the Cloud

Programming Languages

kotlin
9241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to steep

nactivity
workflow engine activity activiti
Stars: ✭ 55 (+83.33%)
Mutual labels:  workflow-engine, workflows
theeye-of-sauron
TheEye Dockers and QuickStart
Stars: ✭ 27 (-10%)
Mutual labels:  workflow-engine, cloud-computing
Odin
A programmable, observable and distributed job orchestration system.
Stars: ✭ 405 (+1250%)
Mutual labels:  workflow-engine, workflows
Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+9063.33%)
Mutual labels:  scientific-computing, scientific
Realtime
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir.
Stars: ✭ 4,278 (+14160%)
Mutual labels:  workflow-engine, workflows
workflows
Bioinformatics workflows developed for and used on the St. Jude Cloud project.
Stars: ✭ 16 (-46.67%)
Mutual labels:  workflow-engine, workflows
Flyte
Flyte binds together the tools you use into easily defined, automated workflows
Stars: ✭ 67 (+123.33%)
Mutual labels:  workflow-engine, workflows
Edge
Extreme-scale Discontinuous Galerkin Environment (EDGE)
Stars: ✭ 18 (-40%)
Mutual labels:  scientific-computing, cloud-computing
Temporal
Temporal service
Stars: ✭ 3,212 (+10606.67%)
Mutual labels:  workflow-engine, workflows
Microwf
A simple finite state machine (FSM) with workflow character where you define your workflows in code.
Stars: ✭ 122 (+306.67%)
Mutual labels:  workflow-engine, workflows
Nd4j
Fast, Scientific and Numerical Computing for the JVM (NDArrays)
Stars: ✭ 1,742 (+5706.67%)
Mutual labels:  scientific-computing, scientific
spinmob
Rapid and flexible acquisition, analysis, fitting, and plotting in Python. Designed for scientific laboratories.
Stars: ✭ 34 (+13.33%)
Mutual labels:  scientific-computing, scientific-workflows
Meteoinfo
MeteoInfo: GIS and scientific computation environment for meteorological community.
Stars: ✭ 136 (+353.33%)
Mutual labels:  scientific-computing, scientific
Geoweaver
a web system to allow users to automatically record history and manage complicated scientific workflows in web browsers involving the online spatial data facilities, high-performance computation platforms, and open-source libraries.
Stars: ✭ 32 (+6.67%)
Mutual labels:  workflow-engine, scientific-computing
Spirit
Atomistic Spin Simulation Framework
Stars: ✭ 67 (+123.33%)
Mutual labels:  scientific-computing, scientific
River Admin
🚀 A shiny admin interface for django-river built with DRF, Vue & Vuetify
Stars: ✭ 55 (+83.33%)
Mutual labels:  workflow-engine, workflows
python-data-science-project
Template repository for a Python 3-based (data) science project
Stars: ✭ 54 (+80%)
Mutual labels:  scientific-computing, scientific-workflows
Reflow
A language and runtime for distributed, incremental data processing in the cloud
Stars: ✭ 706 (+2253.33%)
Mutual labels:  scientific-computing, cloud-computing
Openmole
Workflow engine for exploration of simulation models using high throughput computing
Stars: ✭ 120 (+300%)
Mutual labels:  workflow-engine, scientific-computing
Aiida Core
The official repository for the AiiDA code
Stars: ✭ 238 (+693.33%)
Mutual labels:  workflow-engine, workflows



Steep


A Scientific Workflow Management System made for the Cloud. https://steep-wms.github.io/

Apache License, Version 2.0 Actions Status Code Coverage

Getting started

Visit https://steep-wms.github.io/#download-and-get-started to download Steep and run your first workflow.

Documentation

Visit https://steep-wms.github.io/#documentation to view the documentation.

Building and running

This project requires at least JDK 11.

./gradlew build
./gradlew run

Building and running the Docker image

docker build -t steep .
docker run --name steep --rm -p 8080:8080 \
  -e STEEP_HTTP_HOST=0.0.0.0 steep

License

Steep is licensed under the Apache License, Version 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].