This project discovers and provides adapters for PharoEDA applications's ports.
PharoEDA applications use ports and adapters, so they are decoupled from the actual technologies used.
This project provides adapters to choose from when launching EDAApplication
instances.
PharoEDA-Adapters will inspect its environment and try to build functioning adapters. Once an adapter is properly built, it'll emit an event. PharoEDA has built-in support for consuming and projecting those events.
First, load it with Metacello:
Metacello new repository: 'github://osoco/pharo-eda-adapters:main'; baseline: #PharoEDAAdapters; load
Then, run it with
PharoEDAAdapters run
- Support for current PharoEDA adapters: MongoDB, STOMP.