ibm-cloud-architecture / refarch-eda

Event-Driven Architecture Reference Architecture solution implementation and guidances.
https://ibm-cloud-architecture.github.io/refarch-eda/
112 stars 67 forks source link

Event Driven Reference Architecture

This project represents the body of knowledge around event-driven architecture and can be considered as a live book, we are writing from our consulting engagements. All the content is visible as a BOOK format here.

The content of this repository was the source of the event-driven reference architecture in the IBM Automation architecture center visible here. This git repository is maintained on a weekly basis and includes more content not yet formally published to IBM sites. As we are implementing the end to end solution we are updating this main git repository to keep best practices accurate.

Building this booklet locally

cd docs
npm install
npm run dev

If you do not want to update your computer or if gatsby is not compatible with the nodes environment use the dockerfile:

# Build the image
docker build -f scripts/Dockerfile -t eda-nodes-env .
# Then under the docs folder
docker run -ti  -v $(pwd):/home -p 8000:8000 eda-nodes-env bash

Contribute

We welcome your contributions. There are multiple ways to contribute: report bugs and improvement suggestion, improve documentation and contribute code. We really value contributions and to maximize the impact of code contributions we request that any contributions follow these guidelines:

The contributing guidelines are in this note.

Project Status

Contributors

Please contact me for any questions.