Quickstart
Prerequisites
Installation
# Clone the repository
git clone https://github.com/tryprotege/almanac.git
cd almanac
# Install dependencies
pnpm install
# Start everything (Docker databases + local dev servers)
pnpm startInitial Configuration
Connect Your First Data Source
Step 1: Add Data Source
Step 2: Generate Configuration
Step 3: Sync Data
Step 4: Index Data
Your First Query
Understanding the Response
Try Different Query Modes
Naive Mode (Fast, Simple)
Local Mode (Entity-Focused)
Global Mode (Relationship-Focused)
Hybrid Mode (Balanced)
Mix Mode (Best Results)
What's Next?
Troubleshooting
Services won't start
Setup wizard doesn't appear
Sync fails with OAuth error
Next Steps
Last updated
Was this helpful?