Closed marinonjalsson closed 7 years ago
nevermind, worked it out. :)
This is basically used as a library for other projects on it's own it's going to be pretty boring unless you just want to play around.
cool! :D
The python client is now sending metrics to the dog. I'm reading them on the frontend. :)
Tomorrow l will dump some millions of metrics to it. Very excited :)
Marino
On Thu, 1 Dec 2016 at 18:04, Heinz N. Gies notifications@github.com wrote:
cool! :D
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/dalmatinerdb/ddb_client/issues/5#issuecomment-264246951, or mute the thread https://github.com/notifications/unsubscribe-auth/AFz9OALk1hV1w53ZmVqxj5ZjkAYySEcFks5rDwwkgaJpZM4LBshM .
glad you like it :) if all goes well can I convince you to write a quick "how to get form 0 to 60 in 3 seconds"? Doesn't have to be flashy or long just what you did and how you got there, what to avoid and what to do. It's really hard for me to write something along those lines since I know all the little bumps and rough edges and avoid them instinctively.
I would like to contribute if all goes well :)
I'm stuck at the moment in figuring out the query interface, I'm no erlang dude so I'm trying out the dalmatinerfe+http+javascripts.
I'm trying to select 10 metrics points from 2015, SQL: SELECT 'test_100' BUCKET 'maeli_test' BETWEEN "2015-09-26T13:00:24Z" AND "2015-09-28T13:00:24Z"
but the javascript comes unresponseive !!!!
I would like to build a python uwsgi web interface to the dalmatinerdb, and from there some custom d3.js dashboards. If only there was a python query client. The ddbpy from dataloop has no real query sql interface.
best regards, Marinó
On Thu, Dec 1, 2016 at 7:48 PM, Heinz N. Gies notifications@github.com wrote:
glad you like it :) if all goes well can I convince you to write a quick "how to get form 0 to 60 in 3 seconds"? Doesn't have to be flashy or long just what you did and how you got there, what to avoid and what to do. It's really hard for me to write something along those lines since I know all the little bumps and rough edges and avoid them instinctively.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/dalmatinerdb/ddb_client/issues/5#issuecomment-264274615, or mute the thread https://github.com/notifications/unsubscribe-auth/AFz9OPVWDrpzjY5tGgUmu0d6Mb8t_RlKks5rDyR1gaJpZM4LBshM .
ignor last mail :) to much data, the http-api will do just fine
On Fri, Dec 2, 2016 at 10:25 AM, Marino Njalsson marino.njalsson@gmail.com wrote:
I would like to contribute if all goes well :)
I'm stuck at the moment in figuring out the query interface, I'm no erlang dude so I'm trying out the dalmatinerfe+http+javascripts.
I'm trying to select 10 metrics points from 2015, SQL: SELECT 'test_100' BUCKET 'maeli_test' BETWEEN "2015-09-26T13:00:24Z" AND "2015-09-28T13:00:24Z"
http://localhost:8080/?query=SELECT%20%27test_100%27% 20BUCKET%20%27maeli_test%27%20BETWEEN%20%222015-09-26T13% 3A00%3A24Z%22%20AND%20%222015-09-28T13%3A00%3A24Z%22
but the javascript comes unresponseive !!!!
I would like to build a python uwsgi web interface to the dalmatinerdb, and from there some custom d3.js dashboards. If only there was a python query client. The ddbpy from dataloop has no real query sql interface.
best regards, Marinó
On Thu, Dec 1, 2016 at 7:48 PM, Heinz N. Gies notifications@github.com wrote:
glad you like it :) if all goes well can I convince you to write a quick "how to get form 0 to 60 in 3 seconds"? Doesn't have to be flashy or long just what you did and how you got there, what to avoid and what to do. It's really hard for me to write something along those lines since I know all the little bumps and rough edges and avoid them instinctively.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/dalmatinerdb/ddb_client/issues/5#issuecomment-264274615, or mute the thread https://github.com/notifications/unsubscribe-auth/AFz9OPVWDrpzjY5tGgUmu0d6Mb8t_RlKks5rDyR1gaJpZM4LBshM .
(I'm new to erlang and rebar)
in the README.md there are information how to build the client using rebar3 but there is no rebar3 app as is in other repos.
make fails with rebar installed on my debian jessie box.
~/Download/ddb_client$ make rebar get-deps ==> ddb_client (get-deps) rebar compile ==> ddb_client (compile) Dependency not available: dproto-~>0.2.0 (undefined) Dependency not available: mmath-~>0.2.0 (undefined) Dependency not available: snappy-~>1.1.1 (undefined) Makefile:9: recipe for target 'compile' failed make: *** [compile] Error 1
??
Best regards, Marinó