Scalability of Node RED

We are going to start an IoT project on node red.

10,000 of devices going to send data with TCP (10,000 records/second). Node RED receives with TCP listener node and convert into JSON and publish into MQTT broker.

Is this much scalable? How much resources will be required?

Regards,
Sathish

Hardware you plan on running on?
"send data" how big are the records?

Best to just setup a test sending a few hundred and see how it goes.

This question has been asked allot. try searching for it.

https://discourse.nodered.org/t/performance-scalability-and-security-evaluation/38049

https://discourse.nodered.org/t/node-red-scalability/15938/2

https://discourse.nodered.org/t/using-node-red-for-enterprise-software/40247/9

I feel this question is allot like big data.
"Big data is like teenage sex: everyone talks about it, nobody really knows how to do it, everyone thinks everyone else is doing it, so everyone claims they are doing it...." (Dan Ariely)

5 Likes

I think that a better question is ... What is this worth to you (or your organisation/enterprise)?

If your expected outcomes are to save $1m a year (or to make that much profit if selling a service). Then you probably should be looking at a sensible investment rather than just asking on an open source forum :grinning_face_with_smiling_eyes:

Alternatively, if you are not going to realise much benefit (is that why you are looking to free, low-code solutions?), do you really want to consider collecting and processing that much data?

Anyone using Node-RED in a large-scale infrastructure is likely not going to say that much on a forum like this anyway. Their solutions may be considered profitable IP.

A direct answer to your question though would be - probably you can with the right architecture. But should you? That's a different question entirely.

I can say quite safely that I work with a lot of people doing genuinely big data both in the organisations I architect for as well as others. I also work on architectures that support millions of people, I think that counts as big data too :grinning_face_with_smiling_eyes: I only know of 1 person who ever actually admitted to teenage sex though! :rofl:

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.