Giter VIP home page Giter VIP logo

services's Introduction

Flogo Services

Flogo services module consists of two Services

State Service

The Flogo State Service is a service for managing the state of process flows executed on Flogo Engine. This service's primary job is to store process (incremental and full) state for flows that are executed on an engine. This service will also facilitate front-end introspection and debugging of process flows.

Flow Service

The Flogo Process Service is a service for managing process definitions that are to be executed by the Flogo Engine. This service's primary job is to store process definitions designed in the front-end and provide those definitions to a Flogo Engine on demand.

Building the services

The State service and Flow service are both write by Golang, so please make sure you have installed Golang on your machine

  • Clone services code from github
cd project-flogo/services
#Please create directory if it is not exist
git clone https://github.com/project-flogo/services.git
  • Build those 2 services
cd services/flow-store
go test ./...
go build
cd services/flow-state
go test ./...
go build

Running the Services

  • Under each service where generated 2 executable file, flow-store and flow-state
  • Start flow and state server
cd GOPATH/bin
./flow-store -p 9090
./flow-state -p 9190

#-p means the port of flow or state service

License

services is licensed under a BSD-type license. See LICENSE for license text.

services's People

Contributors

mbhagwat-tibco avatar vijaynalawade avatar lixingwang avatar abhijitwakchaure avatar milanbhagwat avatar awakchau-tibco avatar abhide-tibco avatar skothari-tibco avatar vnalawad-tibco avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.