onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
12 stars 1 forks source link

Adding JSONPointer support for Index expressions #58

Closed einhverfr closed 11 months ago

einhverfr commented 11 months ago

Fixes #8

This automatically converts JSONPointers into nested JSON/JSONB extraction expressions. It also exposes the functions needed so that they can be composed.

Note that Bagger::Storage::Index::Field is becoming a bit heavy in this regard so I have a new ticket (#57) where I propose breaking these out into something to more easily compose SQL expressions.