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 Garage 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.
The content of this repository is written with markdown files, packaged with MkDocs and can be built into a book-readable format by MkDocs build processes.
- Install MkDocs locally following the official documentation instructions.
- Install Material plugin for mkdocs:
pip install mkdocs-material
git clone https://github.com/ibm-cloud-architecture/refarch-eda.git
(or your forked repository if you plan to edit)cd refarch-eda
mkdocs serve
- Go to
http://127.0.0.1:8000/
in your browser.
In some cases you might not want to alter your Python setup and rather go with a docker image instead. This requires docker is running locally on your computer though.
- docker pull squidfunk/mkdocs-material
- git clone https://github.com/ibm-cloud-architecture/refarch-eda.git (or your forked repository if you plan to edit)
- docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
- Go to http://127.0.0.1:8000/ in your browser.
- Ensure that all your local changes to the
master
branch have been committed and pushed to the remote repository.git push origin master
- Ensure that you have the latest commits to the
gh-pages
branch, so you can get others' updates.git checkout gh-pages git pull origin gh-pages git checkout master
- Run
mkdocs gh-deploy
from the root refarch-eda directory.
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.
- [10/2018] Started
- [11/2018] Implement ship simulator and stream analytics proof of concepts
- [01/2019] Publish content to IBM Architecture center
- [02/2019] Enhance design pattern and move content as book layout
- [03/2019] Work on event-driven pattern and skill journey
- [06/2019] Minikube deployment
- [07/2019] Labs skill journey
- Lead developer Jerome Boyer
- Lead offerings Andy Gibbs
- [IBM Streams Analytics team]
- [IBM Decision Insight team]
- IBM Garage team:
- Hemankita Perabathini
- John Martin
- [Wil Plannel]
- IBM Lab Services
Please contact me for any questions.