All Projects → YerevaNN → dmn-ui

YerevaNN / dmn-ui

Licence: other
UI for Dynamic Memory Networks

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to dmn-ui

dmn-check
A tool which performs static analyses on Decision Model Notation (DMN) files to detect bugs
Stars: ✭ 34 (+126.67%)
Mutual labels:  dmn
powerflows-dmn
Power Flows DMN - Powerful decisions and rules engine
Stars: ✭ 46 (+206.67%)
Mutual labels:  dmn
businessautomation-cop
All examples related to business automation processes such as jbpm, drools, dmn, optaplanner, cloud native kogito(quarkus), quickstart, pipelines, runtimes, etc.
Stars: ✭ 50 (+233.33%)
Mutual labels:  dmn
activiti-examples
Alfresco Process Services powered by Activiti Examples.
Stars: ✭ 58 (+286.67%)
Mutual labels:  dmn
tck
Decision Model and Notation Technology Compatibility Kit
Stars: ✭ 43 (+186.67%)
Mutual labels:  dmn
awesome-camunda
a curated list of awesome Camunda BPM projects, libraries, tools, documentations, forum posts, etc.
Stars: ✭ 93 (+520%)
Mutual labels:  dmn
Camunda Bpm Platform
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
Stars: ✭ 2,390 (+15833.33%)
Mutual labels:  dmn
Drools
Drools is a rule engine, DMN engine and complex event processing (CEP) engine for Java.
Stars: ✭ 4,062 (+26980%)
Mutual labels:  dmn
feel
Expression Language for creating and executing business rules in decision table based on DMN 1.1 specification for conformance level 3
Stars: ✭ 76 (+406.67%)
Mutual labels:  dmn
dmn-eval-js
Evaluation of DMN 1.1 decision tables, limited to S-FEEL (Simple Friendly Enough Expression Language)
Stars: ✭ 18 (+20%)
Mutual labels:  dmn
corebos
core Business Operating System. An OPEN SOURCE business application that helps small and medium business handle all the day to day tasks.
Stars: ✭ 128 (+753.33%)
Mutual labels:  dmn
micronaut-camunda-bpm
Integration between Micronaut and Camunda (Workflow Engine). We configure Camunda with sensible defaults, so that you can get started with minimum configuration: simply add a dependency in your Micronaut project to embed the workflow engine!
Stars: ✭ 73 (+386.67%)
Mutual labels:  dmn

UI for Dynamic Memory Networks

This repository contains only Web UI for the Dynamic Memory Networks.

Implementation of DMN you can found in YerevaNN/Dynamic-memory-networks-in-Theano

Beside of that you can run a fake server which documentation can be found here.

Development

Dependencies

In order to run DMN UI you should install Node.js. After that you will need to install bower and gulp.

$ npm install -g bower gulp

Now, if everything was successful you should be able to run the following command to install other dependencies.

$ npm install
$ bower install

Run

You need to seed DB for the fake API server and run it.

$ node server/seed-db > server/db.json
$ node server

After that you can serve your files. Files will be served under http://localhost:3000.

gulp serve

Build

If you want to build your files (create production ready version) you should run:

$ gulp build

Built files will be located at /dist, you can serve them using your favorite static server. If you want to serve them using fake server you can run:

$ node server

And navigate to http://localhost:3003.

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].