An open API service indexing awesome lists of open source software.

https://github.com/tibcosoftware/flogo-lib

Project Flogo Library
https://github.com/tibcosoftware/flogo-lib

Last synced: about 1 year ago
JSON representation

Project Flogo Library

Awesome Lists containing this project

README

          

**This repository has been replaced with Project Flogo [0.9.0 Core](https://github.com/project-flogo/core). Project Flogo 0.5.8 (this repository) will be placed in maintaince mode and only critical issues fixed.**

# Flogo Lib

[![Build Status](https://travis-ci.org/TIBCOSoftware/flogo-lib.svg?branch=master)](https://travis-ci.org/TIBCOSoftware/flogo-lib.svg?branch=master)

**Flogo Lib** contains the api and core libraries that are used to create and extend **Flogo Applications**.

## License
flogo-lib is licensed under a BSD-type license. See [LICENSE](LICENSE) for license text.




Serverless functions and edge microservices made painless







Getting Started | Repos | Contributing | License



Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices and _this_ repository contains the api and core libraries that are used to create and extend those **Flogo Applications**.

## Getting started
If you want to get started with [Project Flogo](flogo.io), you 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.

## Repos
[Project Flogo](https://github.com/TIBCOSoftware/flogo) consists of the following sub-projects available as separate repos:
* [flogo-cli](https://github.com/TIBCOSoftware/flogo-cli): Command line tools for building Flogo apps & extensions
* [flogo-lib](https://github.com/TIBCOSoftware/flogo-lib): The core Flogo library (you're here now)
* [flogo-services](https://github.com/TIBCOSoftware/flogo-services): Backing services required by Flogo
* [flogo-contrib](https://github.com/TIBCOSoftware/flogo-contrib): Flogo contributions/extensions

## Contributing
Want 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.

Not 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!
* 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)
* flogo-cli: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo-cli/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo-cli/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
* flogo-lib: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo-lib/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo-lib/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
* flogo-services: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo-services/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo-services/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
* flogo-contrib: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo-contrib/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo-contrib/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)

Another great way to contribute to Project Flogo is to check [flogo-contrib](https://github.com/TIBCOSoftware/flogo-contrib). That repository contains all of the 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.

If 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:

* The [project-flogo/Lobby](https://gitter.im/project-flogo/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) Gitter channel should be used for general discussions, start here for all things Flogo!
* The [project-flogo/developers](https://gitter.im/project-flogo/developers?utm_source=share-link&utm_medium=link&utm_campaign=share-link) Gitter channel should be used for developer/contributor focused conversations.

For additional details, refer to the [Contribution Guidelines](https://github.com/TIBCOSoftware/flogo/blob/master/CONTRIBUTING.md).

## License
Flogo source code in [this](https://github.com/TIBCOSoftware/flogo-lib) repository is under a BSD-style license, refer to [LICENSE](https://github.com/TIBCOSoftware/flogo-lib/blob/master/LICENSE)