adrianco / spigo

Simulate Protocol Interactions in Go
Apache License 2.0
1.12k stars 111 forks source link

Read in architecture from a json definition #21

Closed adrianco closed 9 years ago

adrianco commented 9 years ago

Instead of having hard coded netflixoss, lamp, migration architectures, have them defined as json files and use a single architecture.go package to read them in and launch them.

Started coding architecture.go - it's not part of the build yet.

adrianco commented 9 years ago

Implemented first version, works with spigo -a test which reads in json/test_arch.json or whatever the file is named