onemoredata / bagger

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

Dimensions nesting #33

Closed einhverfr closed 8 months ago

einhverfr commented 8 months ago

This fixes #7 and addresses part of #6.

Paths are represented internally as arrayrefs which serialize in string context to JSON pointers, and are stored in the database as such.

Added valid_from and valid_to fields but two things are left undone here:

Both of these will get their own issues and PRs.