Geo-Scalable (Big Data or IoT) Architectures?
Can you share your experiences building an application that has to be :
- geo scalable : allows for ingestion of data from nodes that are spread across the globe (possibly like IoT).
- semi-structured data : data that is not all sorted out. scope for new devices to send data that is not yet known
- has an single-pane/portal/api that allows for querying aggregated data from different locations.
1 comment
[ 3.1 ms ] story [ 11.9 ms ] threadOption 1: Use a customized solution stack from a cloud vendor like Amazon, Azure. To quickly bootstrap, there are also consulting firms that specialize in one of these cloud solutions.
Option 2: Build using open-source stacks. Couple of interesting architectures are : SMACK , Lambda.
Any help that you could provide in pointing to the right links or just notes from which I could derive an reference architecture will be greatly appreciated.