Live data from Hacker News

Cyclotron: A web application for constructing dashboards

cyclotron.io

91–100 of 120 posts

Re: Cyclotron: A web application for constructing dashboards

#91
post #51

Earlier quoted context omitted.

All the GPL says, at it's basic core, is that if you incorporate the source code of the software into your source code, you must provide a means for others to get a copy of that extended source code, and they must adhere by the GPL license as well. In other words, if you GPL license your code, and someone else uses it, they need to "pass it on" - in other words, their payment to you (and the community) for using your…

If you 'incorporate' a piece of GPL code into your program, you're either dynamically or statically linking to it - which the FSF considers to be make your work 'derivative' and thus you would be required to license your own work under the GPL, regardless of whether you had made any changes to the original GPL code you make use of or not.

Of course - that's a feature of the GPL - not a bug.

Re: Cyclotron: A web application for constructing dashboards

#93

How does this compare to something like Grafana? https://github.com/grafana/grafana

I like Grafana. I use Grafana. I've got Grafana open in another tab right now. For all that, Grafana ain't all that and a bag of chips. Grafana is very hard to extend with new visualizations. It uses "flot", a JavaScript library that hasn't seen a commit in Github in 2 and a half years. The documentation is poor. There is definitely a need for dashboard software that allows for more complex custom visualizations -- I…

Have you tried appenlight charting?

Re: Cyclotron: A web application for constructing dashboards

#94

There seems to be a plethora of these open source dashboard builder systems. I just want to pay for a hosted version that isn't going to be $1k monthly and require me to build "plugins" to do something that is akin to an API call.

getappenlight.com could be a solution it takes the data from logs (basicly json input) and allows you to plot charts from that data and generate alerts from that.

Re: Cyclotron: A web application for constructing dashboards

#95
post #40

I would like to share some thoughts on this based on experience of being a crusty old enterprise developer. The dashboard problem keeps coming back. I think the time might be finally coming for some dashboard framework to actually succeed. A dashboard framework has been tried many many times. Here are some old ones just on the top of my head: * Shindig aka OpenSocial aka Google Gadgets * J2EE portlets * OpenUSS I'm n…

How do you deal with Grafana having no isolation? Do you deploy a new instance per client? Each user has full access to all datasources from what I've seen.

You are mistaken. Grafana has RBAC and datasource isolation.

Re: Cyclotron: A web application for constructing dashboards

#96

How does this compare to something like Grafana? https://github.com/grafana/grafana

I like Grafana. I use Grafana. I've got Grafana open in another tab right now. For all that, Grafana ain't all that and a bag of chips. Grafana is very hard to extend with new visualizations. It uses "flot", a JavaScript library that hasn't seen a commit in Github in 2 and a half years. The documentation is poor. There is definitely a need for dashboard software that allows for more complex custom visualizations -- I…

I worked with Chart.js contributors to add real-time graphs, to use them as a replacement for Flot in Godot2-dash/Riemann-dash.

Here's examples of the final result [0], it's better than I could have hoped for.

[0]: http://playground.abysscorp.org/chartjs/livecharts/

Re: Cyclotron: A web application for constructing dashboards

#97
post #95

Earlier quoted context omitted.

How do you deal with Grafana having no isolation? Do you deploy a new instance per client? Each user has full access to all datasources from what I've seen.

You are mistaken. Grafana has RBAC and datasource isolation.

I wasnt entirely clear in my previous comment, grafana allowed clients to issue full queries against all datasources the user has access to. So if you have one datasource with metrics of all your users and want to give them access to dashboards that only display their own data, that is not secure.

Re: Cyclotron: A web application for constructing dashboards

#98
post #40

I would like to share some thoughts on this based on experience of being a crusty old enterprise developer. The dashboard problem keeps coming back. I think the time might be finally coming for some dashboard framework to actually succeed. A dashboard framework has been tried many many times. Here are some old ones just on the top of my head: * Shindig aka OpenSocial aka Google Gadgets * J2EE portlets * OpenUSS I'm n…

Are there any nice Jenkins plugins for making a decent dashboard?

Sort of: https://wiki.jenkins-ci.org/display/JENKINS/Dashboard+View

Basically you create plugins and make sure they are compatible with the dashboard view plugin.

The nice thing about jenkins is the contributed plugin packaging system. I'm not sure how Cyclotron plans on doing that stuff or if it will ever.

Re: Cyclotron: A web application for constructing dashboards

#99
post #80

There seems to be a plethora of these open source dashboard builder systems. I just want to pay for a hosted version that isn't going to be $1k monthly and require me to build "plugins" to do something that is akin to an API call.

>I just want to pay for a hosted version that isn't going to be $1k monthly and require me to build "plugins" to do something that is akin to an API call. Sorry for a shameless plug, but you might check something that I built and launched today [1] as I felt exactly the same pain point. [1] https://monique.io

Very cool. I'm going to take a closer look at this. Congrats on the launch!
Post reply on HN