Skip to content

Commit

Permalink
Merge branch 'master' into refactor-reports-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
heggert authored Jan 25, 2021
2 parents 24be050 + b85209f commit cd66825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified Assets/DocuWebsite.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@

Open source framework for easy data synchronization between business applications.


Visit the official [Open Integration Hub homepage](https://www.openintegrationhub.org/)

[![CircleCI](https://circleci.com/gh/openintegrationhub/openintegrationhub/tree/master.svg?style=svg)](https://circleci.com/gh/openintegrationhub/openintegrationhub/tree/master)
[![License](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](LICENSE)

## Introduction

The Open Integration Hub is a framework based on a microservice architecture. For a reference implementation please visit the [services folder](services). You can also customize services and combine them with your own technology. If you want to do so please visit the [lib folder](lib). There you will find `"daos"` that can be used to add your own functionality (e.g. [queues manager](https://github.com/openintegrationhub/openintegrationhub/blob/master/lib/component-orchestrator/src/QueuesManager.js#L2)).

## Join the Community

Do you have questions, ideas, feedback or just want to chat about integration? Please join our growing developer community on [Slack]( https://join.slack.com/t/openintegrationhub/shared_invite/zt-kwbj0osy-hgzhKJJmYn4tXeVN42udtg)!
Do you have questions, ideas, feedback or just want to chat about integration? Please join our growing developer community on [Slack](https://join.slack.com/t/openintegrationhub/shared_invite/zt-kwbj0osy-hgzhKJJmYn4tXeVN42udtg)!

## Run it
You may run the framework or single services on a platform of your choice. As a refrence and to make it easier for you to get started we created two guides for you.

[Local Setup](https://openintegrationhub.github.io//docs/Getting%20Started/LocalInstallationGuide.html) with minikube.
You may run the framework or single services on a platform of your choice. As a refrence and to make it easier for you to get started we created two guides for you.

[Google Cloud Platform Setup](https://openintegrationhub.github.io/docs/Getting%20Started/GCPInstallationGuide.html)
[Local Setup](https://openintegrationhub.github.io/docs/3%20-%20Deployment/LocalInstallationGuide.html) with minikube.

[Google Cloud Platform Setup](https://openintegrationhub.github.io/docs/3%20-%20Deployment/GCPInstallationGuide.html)

## Documentation

All relevant documentation can be found on our website.

<p align="center">
<a href="https://openintegrationhub.github.io/"><img src="https://github.com/openintegrationhub/openintegrationhub/blob/master/Assets/DocuWebsite.PNG" alt="Developer Documentation"></a>
</p>


## Contribution

Before you contribute please have a look at our [contribution guidelines](CONTRIBUTING.md).
Expand Down

0 comments on commit cd66825

Please sign in to comment.