Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Kura Cluster

Hello,

let's take a use case of lifts in a business complex .

Complex divided into 6 block each block 4 buildings.

Each building building has 8 lifts. Total lifts 8*4*6=192 lifts.

Each lift monitored by 1 kura gateway along with underlying sensors.

Now, if I want to configure sensor A of lift X then I need to login X kura device IP and update corresponding field.

<Purpose of Kura Master>
If there is a master using single IP I can mange all sensors. I can give accessibility permission like someone can change kura client X but kura client Y is restricted. Master can also interact with other IOT gateways which help in setup kura on heterogeneous environment .

< master client connectivity >
MQTT only for control purpose.
Data flow is separate like it used to be now.

It's just a thought but yes we can use kura master as edge gateway and there may be many more use cases of it.

Thanks
Manoj Kumar


On 26-Sep-2016 10:58 PM, "Woodard, David" <david.woodard@xxxxxxxxxxxx> wrote:
Hello,

While your architecture is possible, what would be the purpose of the KURA MASTER? How would the Kura clients communicate with the KURA MASTER? Since Kura natively uses MQTT, I would think it easier to simply have all Kura clients communicating directly with an MQTT broker.

Thanks,
--Dave

> On Sep 24, 2016, at 07:25, Manoj Verma <manoj.kumar.mbm@xxxxxxxxx> wrote:
>
> Hi all,
>
>
> Recently i had created a POC of kura to storm for IOT real time analytics using Rpi and DHT11 Sensor.
>
> But was thinking is it possible to create a cluster of kura gateways :-
>
> Like:-
>
>
> KURA MASTER           HEAD
>                                    /     |    \
>                                 /        |        \
>                               /          |          \
> Kura client          A           B         C  . . . ..
>                            |             |           |
>                            |             |           |
> Sensor           a b c   a1 b1 c1  a2 b2 c3
>
>
> Thanks and regards
> Manoj Kumar
>
>
>
>
> _______________________________________________
> kura-dev mailing list
> kura-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/kura-dev

_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev

Back to the top