Live data from Hacker News

Project Flogo – Open Source Framework for IoT Integration

flogo.io

1–10 of 32 posts

Re: Project Flogo – Open Source Framework for IoT Integration

#5
post #4

>Internal Use Only License Grant. TIBCO hereby grants you a limited, non‐transferable, non‐exclusive license to use the software solely for your internal business purposes. "open source"

open source != free software

You're absolutely right, of course. But I never implied it was. I highly doubt this would be an OSI approved license.

https://opensource.org/faq#unlisted-licenses

Re: Project Flogo – Open Source Framework for IoT Integration

#6
post #4

>Internal Use Only License Grant. TIBCO hereby grants you a limited, non‐transferable, non‐exclusive license to use the software solely for your internal business purposes. "open source"

open source != free software

Pedants would probably agree that this is a true statement, but it is also not relevant. The project itself claims it is open source and the parent claims it isn't. No one mentioned the free software movement.

Parent is pointing out that the license lacks some provisions commonly required to be considered "open source" -- a better term for what is presented might be "disclosed source" or "visible source."

Defining open source can be a point of contention, but the license in question is pretty far away from most accepted definitions. There's not even a right to modify the code. Note that this license appears to be only on the base project that seems to contain nothing beyond documentation and samples.

Re: Project Flogo – Open Source Framework for IoT Integration

#7
I have been doing "IoT" for 10 years and after checking the website and the github repo I still have no clue about what flogo does.

Isn't it like some basic http api for "triggers"? Is this what people think IoT is about?

More importantly, can these basic set ups make money for some?

Re: Project Flogo – Open Source Framework for IoT Integration

#8

>Internal Use Only License Grant. TIBCO hereby grants you a limited, non‐transferable, non‐exclusive license to use the software solely for your internal business purposes. "open source"

I want to point out that this license applies only to the base project, which only contains some documentation and samples.

If you look at flogo-cli or one of the other linked projects, the license appears to grant more rights. It looks like it's in the BSD-style but I can't be bothered to scroll the long lines to read the whole thing.

Re: Project Flogo – Open Source Framework for IoT Integration

#9
post #7

I have been doing "IoT" for 10 years and after checking the website and the github repo I still have no clue about what flogo does. Isn't it like some basic http api for "triggers"? Is this what people think IoT is about? More importantly, can these basic set ups make money for some?

Agreed. It also doesn't solve the biggest it challenge which is giving each thing a unique identity and a means to prove its identity. I find that real-time event processing had been solved already through dataflow and Apache Beam. Along with generic pub sub systems.
Post reply on HN