go-server-sdk icon indicating copy to clipboard operation
go-server-sdk copied to clipboard

chore: add fdv2 store & update sources to use fdv2 protocol definitions

Open cwaldren-ld opened this issue 1 year ago • 1 comments

This adds the FDv2 dual-mode store, which supports serving data requests from an in-memory store or from a persistent store (with cache).

cwaldren-ld avatar Sep 17 '24 23:09 cwaldren-ld

@keelerm84 , realized why I was confused - the data system config PR has some of the other improvements in the streaming/polling sources (like replacing strings with constants). I tried to only touch the sources enough to get them to interact with the new store.

I'll have another PR that focuses on cleaning up the sources.

cwaldren-ld avatar Sep 26 '24 17:09 cwaldren-ld