brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.34k stars 67 forks source link

Dart client #5065

Open philrz opened 4 months ago

philrz commented 4 months ago

A community user recently inquired in a Slack thread:

I saw zson and was wondering how usable it is in an API? Can the zson be transform to json and vice versa to send to other services? I just want to use it to send data between my flutter mobile app and my go backend. I have not found a library for dart yet. I assume there is none yet?

Here's links I've found to the referenced technologies:

indeed, at the moment, the current Zed client libraries are for Go, JavaScript, and Python, so this is something new that would have to be built.

If community users more experienced with the relevant tech want to take this on, the contribution would surely be welcomed. The REST API docs would surely be relevant, and the core Zed development team would be responsive on community Slack if there's questions or bugs.