I assume the backend is not on github? At least I couldn't find it. If that's the case I find the title misleading as the code that does the analytics work isn't shared.
The actual analytics work is done by the Python scripts which are open-source. See https://github.com/bitdeli or sign up to Bitdeli where you can see them in action.
The backend takes care of the plumbing: receiving and persisting data, scheduling scripts, managing computation nodes etc.
Comments
Btw, for more details about what powers Bitdeli, see http://weusethat.com/bitdeli/
The backend is mostly in Erlang. The frontend is made of Backbone, D3, Bootstrap.
I assume the backend is not on github? At least I couldn't find it. If that's the case I find the title misleading as the code that does the analytics work isn't shared.
The actual analytics work is done by the Python scripts which are open-source. See https://github.com/bitdeli or sign up to Bitdeli where you can see them in action.
The backend takes care of the plumbing: receiving and persisting data, scheduling scripts, managing computation nodes etc.
That post is awesome, I'm always interested in how people use multiple tools and languages to complete their stack.