sensu-go icon indicating copy to clipboard operation
sensu-go copied to clipboard

Create a store and store/v2 implementation for postgres

Open echlebek opened this issue 3 years ago • 1 comments

Create implementations of the store, and the store/v2 API, for postgresql.

Alternatively, deprecate the store interface, use store/v2 throughout, and only create a store/v2 implementation.

We should discuss the pros and cons of each approach.

echlebek avatar Feb 07 '22 17:02 echlebek

Work in progress document capturing some of the options here: https://docs.google.com/document/d/1OfT6fLIqKggGt0pKcFiBGa6Jb5KgygX7DpSy9Pt0XSo/edit?usp=sharing

c-kruse avatar Apr 26 '22 21:04 c-kruse

This is done as of #4915

echlebek avatar Nov 30 '22 03:11 echlebek