a brain for my macbook
each folder is a fold of the brain, a dedicated process or layer of the stack
a multipurpose persistence layer
docker-managed databases composed together, data managed with mounted volumes within persistence/data to allow easy management and backups
includes:
- postgresql - relational database
- pg-vector - dedicated vector store
- redis - key-value store
- mongodb - document db
- dynamodb - document db
data orchestration with dagster
- runs python jobs
- manages data in persistence layer
- prompts local
ollamaLLMs - calls external APIs and URLs
FastAPI backend
React UI