Frontmatter
| id | 9245 |
| title | Add DevIndex Data Factory Guides: Storage & GitHub API |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Feb 22, 2026, 12:40 PM |
| updatedAt | Feb 22, 2026, 1:47 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9245 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 22, 2026, 1:47 PM |
Add DevIndex Data Factory Guides: Storage & GitHub API
tobiu assigned to @tobiu on Feb 22, 2026, 12:40 PM

tobiu
Feb 22, 2026, 1:47 PM
Input from Gemini 3 Pro:
✦ I have completed the tasks outlined in this issue:
- Created
learn/guides/devindex/data-factory/Storage.mdto document the JSON flat-file database abstraction, atomic-ish writes, and themaxUserscap.- Created
learn/guides/devindex/data-factory/GitHubAPI.mdto document the Hybrid GraphQL/REST approach, smart Auth token resolution, Rate Limit/Abuse Detection handling, and Database ID resolution for renames.- Updated
learn/guides/devindex/tree.jsonto include both new guides under the Data Factory section.The changes have been committed and pushed to the
devbranch. I will now close this issue.
tobiu closed this issue on Feb 22, 2026, 1:47 PM
learn/guides/devindex/data-factory/Storage.mdcoveringStorage.mjsandconfig.mjs. Focus on the JSON flat-file database abstraction, atomic-ish writes, and themaxUsers(50,000) frontend protection cap.learn/guides/devindex/data-factory/GitHubAPI.mdcoveringGitHub.mjs. Focus on the Hybrid GraphQL/REST approach, smart Auth token resolution, Rate Limit/Abuse Detection handling, and Database ID resolution for renames.learn/guides/devindex/tree.jsonto include both new guides.