## Notes
- [x] Create [[PostgreSQL]] database for `chickentinder` for Java API
- [x] Create service account user for backend API
- [ ] Restore database from backup
- [ ] Define tables
- [ ] User table
- [ ] [[CQRS]] for Restaurants table
- [ ] Reads are many and fast
- [ ] Writes are rare and slow
- [ ] Eventual consistency is the priority
## References
- [[Chicken Tinder Database]]