Skip to content

Conversation

@neSpecc
Copy link
Member

@neSpecc neSpecc commented Dec 9, 2025

This pull request adds comprehensive documentation for the database schema used in the project. The new documentation describes the structure, purpose, and example data for all key collections and tables in both the hawk and hawk_events databases.

Database schema documentation:

  • Added an overview of the two main databases: hawk_events (for storing events) and hawk (for storing account, workspace, and project data).

  • Documented the structure and fields for the following collections in the hawk database: users, workspaces, projects, and team:<workspaceId>, including field descriptions and example values.

  • Documented the structure and fields for the following collections in the hawk_events database: events:<projectId>, repetitions:<projectId>, dailyEvents:<projectId>, and releases, with detailed tables for each.

  • Included example data rows and links to additional resources for event payloads and releases.

@neSpecc neSpecc merged commit f7cb8c9 into master Dec 12, 2025
6 of 7 checks passed
@neSpecc neSpecc deleted the db-doc branch December 12, 2025 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants