简体   繁体   中英

How can I simply graph JSON data?

I'm working on an application that exposes an API. In this Rest API, I can retrieve statistics about the application.

I'd like a simple way to graph json data results by using a curl command and use of jq.

Is there a library that would help to natively display this data in a graph ?

There must be a gazillion alternatives, depending on what you mean by "natively", but it might be worth mentioning that Altair is a python package that allows one to specify the data source

  • "as a url string pointing to a json or csv formatted text file"

See https://altair-viz.github.io/user_guide/data.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM