{"id":27890207,"url":"https://github.com/tibcosoftware/flogo-services","last_synced_at":"2025-05-05T10:45:15.448Z","repository":{"id":57649611,"uuid":"62093236","full_name":"TIBCOSoftware/flogo-services","owner":"TIBCOSoftware","description":"Project Flogo Services","archived":false,"fork":false,"pushed_at":"2019-06-18T23:00:49.000Z","size":294,"stargazers_count":30,"open_issues_count":1,"forks_count":16,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-06-21T18:06:40.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://flogo.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TIBCOSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-27T22:42:46.000Z","updated_at":"2019-07-06T11:18:12.000Z","dependencies_parsed_at":"2022-09-05T02:51:23.720Z","dependency_job_id":null,"html_url":"https://github.com/TIBCOSoftware/flogo-services","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Fflogo-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Fflogo-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Fflogo-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TIBCOSoftware%2Fflogo-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TIBCOSoftware","download_url":"https://codeload.github.com/TIBCOSoftware/flogo-services/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252485569,"owners_count":21755817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-05T10:45:14.729Z","updated_at":"2025-05-05T10:45:15.442Z","avatar_url":"https://github.com/TIBCOSoftware.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flogo Services\n\nFlogo services module consists of two Services\n\n## State Service\nThe 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.\n\n## Flow Service\nThe 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.\n\n## Dependencies\n\nThe services just depend on [redis](http://redis.io/) server. You can start redis server from docker or anyway you like\n\n```bash\ndocker run -p 6379:6379 --name flogo-redis -d redis\n```\n\n## Building the services\n\nThe State service and Flow service are both write by Golang, so please make sure you have installed Golang on your machine\n\n* Install gvt tool\n```bash\ngo get -u github.com/FiloSottile/gvt\n```\n* Clone flogo-services code from github to GOPATH\n```bash\ncd GOPATH/src/github.com/TIBCOSoftware/\n#Please create directory if it is not exist\ngit clone https://github.com/TIBCOSoftware/flogo-services.git\n```\n* Restore dependencies\n```bash\ncd flogo-services/flow-store\ngvt restore\ncd ../flow-state\ngvt restore\n#gvt fetch all dependencies and put it into vendor directory\n```\n* Both state and flow service now are compilable go project\n* Build those 2 services\n```bash\ncd flogo-services/flow-store\ngo test ./...\ngo install ./...\ncd flogo-services/flow-state\ngo test ./...\ngo install ./...\n```\n\n## Running the Services\n* Under GOPATH/bin folder where generated 2 executable file, fgstore and fgstate\n* Start flow and state server\n```bash\ncd GOPATH/bin\n./fgstore -p 9090 -addr localhost:6379\n./fgstate -p 9190 -addr localhost:6379\n\n#-p means the port of flow or state service. -addr means redis address\n```\n\n## License\nflogo-services is licensed under a BSD-type license. See [LICENSE](LICENSE) for license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibcosoftware%2Fflogo-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftibcosoftware%2Fflogo-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibcosoftware%2Fflogo-services/lists"}