I would love to make the source available. But there's no getting that genie back in the bottle once you go that route. I wanted to release it and get some feedback before deciding what to do with it. That said, a server that supports the examples on this page is pretty trivial to implement (especially if you skip the pubsub stuff). I had a working prototype in a weekend. Multiple implementations would probably be a good thing.
EDIT: also, the current state of the code base is not something I'd be excited about having my name attached to ;)
You can think about releasing the code with no license or with some form of the newer BSL or something.
It won't stop bad actors from stealing your code and using it but you will stop most corporate actors from touching it (and they are the ones you'd want to pay in the future anyway).
I made a similar project when starting to learn Go. It's opensource and it works. Just don't host it out on the internet. Intranet should be good because no security audit has happened. This was sort of an MVP
anderspitman|6 years ago
EDIT: also, the current state of the code base is not something I'd be excited about having my name attached to ;)
henryfjordan|6 years ago
It won't stop bad actors from stealing your code and using it but you will stop most corporate actors from touching it (and they are the ones you'd want to pay in the future anyway).
mathfailure|6 years ago
whois|6 years ago
I love this thing though. So simple but powerful.
edoceo|6 years ago
If I don't see one by EOD I'll have to make - is thing is super cool
openthc|6 years ago
sairamkunala|6 years ago
https://github.com/sairam/daata-portal/tree/master/daata-ser...
dnpp123|6 years ago