# code-example-tooling **Repository Path**: mirrors_mongodb/code-example-tooling ## Basic Information - **Project Name**: code-example-tooling - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2025-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Code Example Tooling This repository contains tooling that the MongoDB Developer Docs team uses to help us audit and track code examples across MongoDB's documentation corpus. - `github-metrics`: a Node.js script to get metrics from GitHub and write them to a database in Atlas. - `audit`: Two Go projects, plus Go type definitions and constants that are common to both of them: - `gdcd`: The Great Docs Code Devourer gets code examples from MongoDB documentation, along with a selection of metadata, adds a category, and writes the info to a database in Atlas. - `dodec`: The Database of Devoured Example Code: query and perform a few manual updates on the database of code examples and related metadata. - `query-docs-feedback`: A Go project and type definitions to query the MongoDB docs feedback for feedback related to code examples, and output the result to a report as .csv. - `examples-copier`: a Go app that runs as a GitHub App and copies files from the source code repo (generated code examples) to multiple target repos and branches.