This project inspects the published PharoEDA-Adapters and makes them available to create new EDAApplication
instances.
PharoEDA applications use ports and adapters, so they are decoupled from the actual technologies used.
This project listens to adapter-related events, projects them, and make them accessible when creating EDAApplication
s.
PharoEDA-Ports listen to Announcement
s from PharoEDA-Adapters, and maintain a read model with the available adapters.
First, load it with Metacello:
Metacello new repository: 'github://osoco/pharo-eda-ports:main'; baseline: #PharoEDAPorts; load
Then, run it with
PharoEDAPorts run
- Support for current PharoEDA adapters: MongoDB, STOMP.