-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i create, and read data by python using CLI? #2167
Comments
Unfortunately I don't have a good Python library recommendation. I know there were a few attempts but the bits I've seen are focused on writes, not on the query side. Where does the |
@Dhruvinhp if the |
if you want to tryout: https://github.com/langerma/py-opentsdb |
As I'm not working on this anymore I close this issue, Thanks for reaching out! |
你的邮件我已收到,会及时回复你的,谢谢啦啦。。。。吴琼
|
I'm trying to save json data into the database of opentsdb, but when i try to retrieve the data that time i got this ERROR,
invalid character 'E' looking for beginning of value
i don't know what causing it! I'm using opentsdb with python,
Here is my Commands for it,
for put the data,
curl -X POST --data-binary @opentsdb.json 'https://DESC:[email protected]/api/put'
for retrieve the data,
curl --data-binary @query.json 'https://DESC:[email protected]/api/query'
and here is my Json files for enter and retrieve data,
opentsdb.json
query.json
The text was updated successfully, but these errors were encountered: