A reference implementation of an event-sourced system that uses PostgreSQL as an event store built with Spring Boot.
Implementing State Machines in PostgreSQL
- https://felixge.de/2017/07/27/implementing-state-machines-in-postgresql/#fnref:1
- https://raphael.medaer.me/2019/06/12/pgfsm.html
How to import CSV data into PostgreSQL
- https://www.postgresql.org/docs/16/sql-copy.html
- https://vladmihalcea.com/how-to-import-csv-data-into-postgresql/
- https://www.postgresqltutorial.com/postgresql-tutorial/import-csv-file-into-posgresql-table/
Postgres as a search engine