chairbender / consenscia

A webapp for capturing, understanding, and collaboratively building scientific consensus. Motivated by the replication crisis.
MIT License
0 stars 0 forks source link

Determine architecture and design for infrastructure as code #21

Open chairbender opened 7 years ago

chairbender commented 7 years ago

I want to make the platform easy to run for development or production and to make it relatively easy to scale. I want the infrastructure to be part of the source code. I want to use a microservices / SOA approach. A developer should be able to run the entire stack with the touch of a button. Someone running this in production should be able to scale it. Come up with a design and figure out the technologies to use to accomplish this.

chairbender commented 7 years ago

Found some good links talking about microservices architecture. It looks like Docker is probably the way to go as far as container tech.