{"id":13545751,"url":"https://github.com/spring-projects/spring-flo","last_synced_at":"2025-05-15T10:05:38.851Z","repository":{"id":47430223,"uuid":"58494400","full_name":"spring-projects/spring-flo","owner":"spring-projects","description":"JavaScript angular based embeddable graphical component for pipeline/graph building and editing","archived":false,"fork":false,"pushed_at":"2025-01-20T16:37:17.000Z","size":5991,"stargazers_count":309,"open_issues_count":21,"forks_count":106,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-05-10T07:06:47.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spring-projects.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-10T21:22:35.000Z","updated_at":"2025-05-07T13:12:06.000Z","dependencies_parsed_at":"2024-01-16T17:02:29.997Z","dependency_job_id":"29d1eec3-d644-4856-8856-5f2e2af2bbeb","html_url":"https://github.com/spring-projects/spring-flo","commit_stats":{"total_commits":272,"total_committers":14,"mean_commits":"19.428571428571427","dds":0.1654411764705882,"last_synced_commit":"7afa873c0e3e95455c291fa73ca5c2f9b16258df"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-flo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-flo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-flo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-flo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spring-projects","download_url":"https://codeload.github.com/spring-projects/spring-flo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319718,"owners_count":22051072,"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":"2024-08-01T11:01:13.826Z","updated_at":"2025-05-15T10:05:33.749Z","avatar_url":"https://github.com/spring-projects.png","language":"TypeScript","readme":"\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cloud.spring.io/spring-cloud-dataflow/\"\u003e\n    \u003cimg alt=\"Spring Flo\" title=\"Spring Flo\" src=\"docs/logo.png\" width=\"450\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/spring-projects/spring-flo\"\u003e\n    \u003cimg src=\"https://travis-ci.org/spring-projects/spring-flo.svg?branch=master\"\n         alt=\"macOS Build Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://david-dm.org/spring-projects/spring-flo\"\u003e\n    \u003cimg src=\"https://david-dm.org/spring-projects/spring-flo.svg\"\n         alt=\"Dependency Status\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#introduction\"\u003eIntroduction\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#acknowledgments\"\u003eAcknowledgments\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\n**Spring Flo** is a JavaScript library that offers a basic embeddable HTML5 visual builder for pipelines and simple graphs. \nThis library is used as the basis of the stream builder in **Spring Cloud Data Flow**.\n\n[![dataflow ui](docs/flo.png)](https://cloud.spring.io/spring-cloud-dataflow/)\n\nHere is a [youtube video](https://www.youtube.com/watch?v=78CgV46OstI) of **Spring Flo** in action.\n\n---\n\n## How To Use\n\nRefer to the [wiki](https://github.com/spring-projects/spring-flo/wiki) for more information on how to embed it in an application.\n\nPlease ensure that at a minimum [Node.js][], [npm][] and the [Angular CLI][] are available on your system. In order to execute the build simply do:\n\n\t$ git clone https://github.com/spring-projects/spring-flo.git\n\t$ npm install\n\t$ npm run build\n\t\nBuild results are produced under the __dist__ folder.\n\nA small self contained sample usage of **Spring Flo** is available in the [demo](https://github.com/spring-projects/spring-flo/tree/master/src/demo) sub folder. Execute `npm start` to run the sample. \nThe [Spring Cloud Data Flow UI](https://github.com/spring-cloud/spring-cloud-dataflow-ui) at github shows a larger scale usage of **Spring Flo**.\n\n**Spring Flo** is Open Source software released under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).\n\nPull requests are welcome, but before accepting them we will need you to sign the [Contributors Agreement](https://support.springsource.com/spring_committer_signup).\n\n---\n\n## Acknowledgments\n\nThis project uses code from several open source packages:\n[JointJS](https://www.jointjs.com/),\n[CodeMirror](https://codemirror.net/) (...).\n\nThis project is powered by:\n\n\u003ca href=\"https://pivotal.io/\"\u003e\u003cimg alt=\"Pivotal\" width=\"136\" title=\"Pivotal\" src=\"https://i.imgur.com/XPeBw7A.png\"\u003e\u003c/a\u003e \u003ca href=\"https://spring.io/\"\u003e\u003cimg alt=\"Spring\" title=\"Spring\" src=\"https://i.imgur.com/az8Xady.png\" width=\"155\"\u003e\u003c/a\u003e\n\n[Angular]: https://angular.io/\n[Angular CLI]: https://cli.angular.io/\n[Node.js]: https://nodejs.org/\n[npm]: https://www.npmjs.com/\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-flo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspring-projects%2Fspring-flo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-flo/lists"}