We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

michael's profile - activity

2015-12-16 07:46:05 +0200 received badge  Famous Question (source)
2015-12-15 09:35:42 +0200 received badge  Famous Question (source)
2015-11-30 08:35:20 +0200 received badge  Notable Question (source)
2015-11-26 04:33:33 +0200 received badge  Popular Question (source)
2015-11-21 13:52:35 +0200 asked a question Fiware for data collection from IOT devices

I posted this question on StackOverflow as well, http://stackoverflow.com/questions/33.... No answer there yet so I'm posting here as well.

I am to design an IOT platform which should collect sensor data from tens of thousands of sources or more. Process this data in different ways and present the user with interactive dashboards which allow the user to drill down through the aggregate information down to the specific device level. Also support the case where the user might ask for live information from that specific device.

I have ideas which tools I could use for data stream distributed processing but not much about how to interface with IOT devices. And that's why I started looking into FIWARE.

Reading through FIWARE site, different FIWARE architecture documents, GE specific documentation etc. and trying to answer my own design architecture questions. The abundance of available information is confusing to say the least. I think that my main difficulty at the moment is to map from the architecture as it is described here to the actual available implementation components.

Question: If I am to use FIWARE GEis as a device proxy which receives data from devices and forwards to the realtime processing pipeline, which GEis should I use? And which specific implementations?

2015-11-06 11:42:17 +0200 received badge  Notable Question (source)
2015-11-04 11:38:40 +0200 received badge  Popular Question (source)
2015-11-04 11:38:37 +0200 received badge  Popular Question (source)
2015-11-04 03:29:24 +0200 received badge  Supporter (source)
2015-11-04 03:29:19 +0200 commented answer Scalability of Orion

Thanks! Will update..

2015-11-04 03:28:40 +0200 received badge  Scholar (source)
2015-11-04 03:28:18 +0200 received badge  Enthusiast
2015-11-04 03:17:02 +0200 received badge  Student (source)
2015-11-02 04:07:35 +0200 asked a question Scalability of Orion

I'm new to FIWARE and still reading and trying to wrap my head around the architecture. My use case involves hundreds of thousands of events per second, where I'm thinking of leveraging FIWARE to collect sensor data and then forward to our data processing/cep platform. I've read that Orion depends on MongoDB for state management. So my questions is whether Orion scales horizontally and whether it's able to handle five or six figures of events per second?