EURODEO / e-soh-datastore-poc

E-SOH datastore PoCs
0 stars 0 forks source link

Add GetStatus gRPC method #53

Open jo-asplin-met-no opened 1 year ago

jo-asplin-met-no commented 1 year ago

It's useful to have a GetStatus gRPC method to get overall info like:

  1. current size of backend database (# of rows in all tables etc.)
  2. relevant environment variables (except secrets?)
  3. current value of local clock
  4. current valid time range (convenience really, since it only depends on env. vars. (DYNAMICTIME, LOTIME, and HITIME) and local clock)
  5. current distinct values of a given metadata attribute
  6. etc.