onemoredata / bagger

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

Define query structure for Bagger queries and implement translator in the Query Proxy #85

Open einhverfr opened 11 months ago

einhverfr commented 11 months ago

This is probably the most critical component on the middleware/frontend side.

I see two option

  1. We have some HTTP query string query structure. This is probably doable.
  2. We define a query structure in JSON.

My guess is that the first is easiest.