Closed sashuk closed 5 years ago
@sashuk Its deployed now. I just had to make some changes: https://github.com/mapcentia/geocloud2/commit/44dbb4f3fd0f1fdf16105e727af52b48a74dcf31 But I don't see how you can filtre on user/sub-user server side?
@mapcentia Thanks a lot, it works! About the filtering - I've thought that the backend uses some kind of object storage, so filtering over object properties (browserId
or userId
) will not be a problem. However, values are stored as a regular text field, so there is no real difference who will do the parsing and filtering.
Also, the key-value storage is very abstract, which is great, so adding any state snapshot related filters could be confusing, I think.
@sashuk The backend does use an object storage - a JSONB field in the PostgreSQL database. So filtering over object properties will not be a problem. I think I misunderstood how you had planned to do filtering.
@mapcentia Got it, thanks for the information!
Keyvalue now works for empty key (fetching all keys and values for the specific database)