8000 GitHub - tqc-michalp/split-brain
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tqc-michalp/split-brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

split-brain

Why this project?

split-brain is a full-stack portfolio project that demonstrates a clean CQRS-based architecture by separating WRITE and READ responsibilities across different services.

Goals:

  • Build scalable and maintainable API services.
  • Reduce backend complexity.
  • Leverage PostgREST for instant, clean, and performant read-side APIs.
  • Prototype frontend features faster with RESTful reads from PostgreSQL.

Problems It Solves

  • Cleaner domain logic – write and read flows are fully separated.
  • Better performance – read-side can be scaled, cached, or replicated independently.
  • Faster development – frontend can consume filtered data instantly via PostgREST.
  • Improved maintainability – each part of the system has a single responsibility.

Stack: Elixir Phoenix · Solid.js · PostgREST · PostgreSQL · Docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

0