The LESTER stack: Build APIs directly from event stormings. FAQ: https://github.com/Adaptech/letseventsource
@robertreppel I think I found the component that I'm concerned with:
That event storming book is full of [FIXME: some mental tangent]
but the unpolished nature has led to some inclusions you wouldn't find elsewhere. For example:
"Dan North once compared kicking-off an EventStorming to starting an old chainsaw: …wrrrr, …wrrrr, and then all of a sudden …WRAAAAAAAAAAAAAAA!!!"
To clarify: It's the docker-compose command that is generating this error. Docker is newly installed on this laptop, and docker passed the hello-world test from docker's getting started guide.
FYI: I'm new to using docker, so I thought this clean install on windows would be an opportunity to help test how well our getting started guide addresses the promise of LESTER being usable by a business stakeholder with a technical background.
It's up and running, but not on localhost.
I need to change the config for all the URLs to something other than localhost.
Explanation from the Docker site:
"Note: If you are using Docker Toolbox on Windows 7, use the Docker Machine IP instead of localhost. For example, http://192.168.99.100:4000/. To find the IP address, use the command docker-machine ip"
My playtime is up today. I'll have to look at changing the config later. Ping me if you have any pointers for this. Cheers.