Home
Datadrivet Infrastructure Documentation
This site is the entry point for working in the Datadrivet and CoFinder ecosystem: onboarding, repository conventions, system access, and architecture.
Start Here
If you are new to the project, use these pages in order:
- Getting Started to install the local toolchain and
verify that
devenvworks. - Access to understand which systems you need access to and who can grant it.
- Existing Repositories to decide where your work belongs.
- CoFinder to understand the main data flow and architecture.
Overview
Our infrastructure is built on the foundation of Nix + Devenv + Direnv to provide:
- Reproducible environments - Eliminate “works on my machine” issues
- Isolated dependencies - Each project has its own environment
- Automatic setup - Environment activates when you enter a project directory
- Cross-platform support - Works on Linux, macOS, and Windows (WSL)
Main Sections
- Getting Started - Local setup and first-run verification
- Access - System access, owners, and where credentials live
- Existing Repositories - Where to add new work
- Setting up a Repository - Criteria for creating a new repo
- CoFinder - Pipeline and system overview
- Ways of Working - Collaboration and review conventions
- Slack Wisdom - Short operational notes captured from Slack
Slack Wisdom
Use Slack Wisdom for short operational fixes and recurring troubleshooting notes that came out of project discussions.
To add a new entry:
- Create a file under
_posts/namedYYYY-MM-DD-short-title.md. - Reuse the same front matter fields as the existing posts.
- Add any images under
assets/images/with descriptive filenames.
The page is generated automatically from posts in the slack-wisdom category.