microsoftarchive / iot-journey

a guidance project for implementing an IoT solution on Azure
Other
89 stars 34 forks source link

Hanz/reorg repo structure #213

Closed hanzzhang closed 9 years ago

hanzzhang commented 9 years ago

connect to #147

created folder structure as: •build •docs •setup •src ◦AdhocExploration ◦LongTermStorage ◦Shared ◦Simulator

VeronicaWasson commented 9 years ago

Are we getting rid of the root solution file? That makes it hard to build everything.

hanzzhang commented 9 years ago

Mike, we are getting rid of the root solution file.

mattjohnsonpint commented 9 years ago

Other than the typo, looks good to me. Though I have a couple of questions/comments

Also, just FYI - after pulling down these changes, one needs to do a git clean -fd with VS closed to clean up the old structure.

lbrader commented 9 years ago

good catches Matt.

On the LongTermStorage VS Coldstorage points. I thought the high level was capturing the scenario story and then we drilled down into technology implementation. So I thought this was OK.

Be interested in what others think on this item.

On the naming for configuration. Totally agree with Matt. Simple simple simple naming convention. Let the location provide the configuration context. More I think about it, I'm all for a single configuration file. This is an Reference Implementation and should be easy to change the configuration. Hunting around to change various settings that really repeated in other files is a pain.

Move packages out of Share. Share should be for the files we produce - not 3rd party packages.

On the Simulator, understand your point. But we have no backlog to move the simulator to other technologies at the moment. Where we do on the other scenario's. My thought is to leave it as it is, until we specifically get direction to consider simulation with other technologies.

mantra - stay simple.