{"id":13564430,"url":"https://github.com/project-flogo/core","last_synced_at":"2025-05-16T09:06:10.384Z","repository":{"id":37431896,"uuid":"152127015","full_name":"project-flogo/core","owner":"project-flogo","description":"Flogo Core is the core flogo library used create and extend Flogo applications.","archived":false,"fork":false,"pushed_at":"2025-04-09T09:36:58.000Z","size":878,"stargazers_count":110,"open_issues_count":21,"forks_count":55,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-12T04:49:57.442Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/project-flogo.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":"support/alias.go","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-08T18:27:51.000Z","updated_at":"2025-03-28T11:06:42.000Z","dependencies_parsed_at":"2023-02-17T08:00:43.312Z","dependency_job_id":"cd8b714a-9fac-46ff-83ee-f99098a98134","html_url":"https://github.com/project-flogo/core","commit_stats":{"total_commits":428,"total_committers":24,"mean_commits":"17.833333333333332","dds":0.6518691588785046,"last_synced_commit":"2ce7fe8bf31f963fcf899207615e0c0db6877561"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-flogo%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-flogo%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-flogo%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-flogo%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-flogo","download_url":"https://codeload.github.com/project-flogo/core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501558,"owners_count":22081528,"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-01T13:01:31.220Z","updated_at":"2025-05-16T09:06:05.376Z","avatar_url":"https://github.com/project-flogo.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":" \n\u003cp align=\"center\"\u003e\n  \u003cimg src =\"https://raw.githubusercontent.com/TIBCOSoftware/flogo/master/images/projectflogo.png\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\" \u003e\n  \u003cb\u003eServerless functions and edge microservices made painless\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://travis-ci.org/project-flogo/core.svg?branch=master\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/dependencies-up%20to%20date-green.svg\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-BSD%20style-blue.svg\"/\u003e\n  \u003ca href=\"https://gitter.im/project-flogo/Lobby?utm_source=share-link\u0026utm_medium=link\u0026utm_campaign=share-link\"\u003e\u003cimg src=\"https://badges.gitter.im/Join%20Chat.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e | \u003ca href=\"#documentation\"\u003eDocumentation\u003c/a\u003e | \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e | \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\nProject Flogo is an open source framework to simplify building efficient \u0026 modern serverless functions and edge microservices and _this_ repository is the core library used to create and extend those **Flogo Applications**. \n\n# Flogo Core\nFlogo Core is the core flogo library which contains the apis to create and extend Flogo applications.\n\n## Getting started\nIf you want to get started with [Project Flogo](flogo.io), you should install the install the [Flogo CLI](https://github.com/project-flogo/cli).  You can find details there on creating a quick sample application.  You also might want to check out the [getting started](https://tibcosoftware.github.io/flogo/getting-started/) guide in our docs or check out the [Labs](https://tibcosoftware.github.io/flogo/labs/) section in our docs for in depth tutorials.\n\n## Documentation\nHere is some documentation to help you get started understanding some of the fundamentals of the Flogo Core library. \n\n* [Model](docs/model.md): The Flogo application model\n* [Data Types](docs/datatypes.md): The Flogo data types\n* [Mapping](docs/mapping.md): Mapping data in Flogo applications\n\nIn addition to low-level APIs used to support and run Flogo applications, the Core library contains some high-level APIs.  There is an API that can be used to programmatically create and run an application.  There are also interfaces that can be implemented to create your own Flogo contributions, such as Triggers and Activities. \n\n* [Application](docs/app-api.md): API to build and execute a Flogo application\n* [Contributions](docs/contribs.md): APIs and interfaces for Flogo contribution development\n\n## Contributing\nWant to contribute to Project Flogo? We've made it easy, all you need to do is fork the repository you intend to contribute to, make your changes and create a Pull Request! Once the pull request has been created, you'll be prompted to sign the CLA (Contributor License Agreement) online.\n\nNot sure where to start? No problem, you can browse the Project Flogo repos and look for issues tagged `kind/help-wanted` or `good first issue`. To make this even easier, we've added the links right here too!\n* Project Flogo: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\n* flogo cli: [kind/help-wanted](https://github.com/project-flogo/cli/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/project-flogo/cli/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\n* flogo core: [kind/help-wanted](https://github.com/project-flogo/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/project-flogo/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\n* flogo contrib: [kind/help-wanted](https://github.com/project-flogo/contrib/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/project-flogo/contrib/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\n\nAnother great way to contribute to Project Flogo is to check [flogo-contrib](https://github.com/project-flogo/contrib). That repository contains some basic contributions, such as activities, triggers, etc. Perhaps there is something missing? Create a new activity or trigger or fix a bug in an existing activity or trigger.\n\nIf you have any questions, feel free to post an issue and tag it as a question, email flogo-oss@tibco.com or chat with the team and community:\n\n* The [project-flogo/Lobby](https://gitter.im/project-flogo/Lobby?utm_source=share-link\u0026utm_medium=link\u0026utm_campaign=share-link) Gitter channel should be used for general discussions, start here for all things Flogo!\n* The [project-flogo/developers](https://gitter.im/project-flogo/developers?utm_source=share-link\u0026utm_medium=link\u0026utm_campaign=share-link) Gitter channel should be used for developer/contributor focused conversations. \n\nFor additional details, refer to the [Contribution Guidelines](https://github.com/TIBCOSoftware/flogo/blob/master/CONTRIBUTING.md).\n\n## License \nFlogo source code in [this](https://github.com/project-flogo/core) repository is under a BSD-style license, refer to [LICENSE](https://github.com/project-flogo/core/blob/master/LICENSE) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-flogo%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-flogo%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-flogo%2Fcore/lists"}