You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some BI or visualization tools like PowerBI accepts json data from custom web apis. So if we offer json based http API, it's possible to integration these type of tool without any modification from both side.
Before, we need to modify the database driver of these type of tools, like this and this, in order to make it work with GreptimeDB. But for close-source tools or hosted ones, there is no way to do that.
Our default json output is in a table based data mode, which is not very friendly for client to consume directly.
What type of enhancement is this?
API improvement
What does the enhancement do?
Some BI or visualization tools like PowerBI accepts json data from custom web apis. So if we offer json based http API, it's possible to integration these type of tool without any modification from both side.
Before, we need to modify the database driver of these type of tools, like this and this, in order to make it work with GreptimeDB. But for close-source tools or hosted ones, there is no way to do that.
Our default json output is in a table based data mode, which is not very friendly for client to consume directly.
The idea it to create an alternative format, say
format=json
, and the data format should look like:Implementation challenges
No response
The text was updated successfully, but these errors were encountered: