databendlabs / jsonb

JSONB implement in rust
Apache License 2.0
65 stars 11 forks source link

User Story: GreptimeDB uses jsonb for it's JSON support #57

Closed WenyXu closed 1 month ago

WenyXu commented 1 month ago

Hello, everyone!

First off, a big thanks for the excellent JSONB crate. I'm excited to share how GreptimeDB (Tracking issue: https://github.com/GreptimeTeam/greptimedb/issues/4230) uses it to add JSON-type support to our database. With JSONB, we've enhanced our capabilities in managing semi-structured data, which is crucial for many of our users who work with flexible schemas.

@CookiePieWw has been leading the integration efforts, and we've already seen great improvements in functionality.

Thanks again for your amazing work!

b41sh commented 1 month ago

@WenyXu @CookiePieWw Thanks, I can give some help if necessary.