1 repo
Systems that utilize version control repositories as the primary storage layer for structured data.
Distinguishing note: Focuses on using Git as a database backend rather than general-purpose version control.
Explore 1 awesome GitHub repository matching data & databases · Versioned Data Stores. Refine with filters or upvote what's useful.
This project is a community-maintained, open-source job aggregator that provides a curated database of internship opportunities. It centralizes scattered professional listings into a structured, searchable collection categorized by industry, role, and location to assist students in their career search. The repository distinguishes itself by utilizing a version-controlled data store, where all job listings are maintained as plain text files. This approach enables transparent history tracking and granular change analysis through standard diffing tools. The project relies on an automated data ex
Storing information as version-controlled text files allows for transparent history tracking and granular change analysis through standard diffing tools.