codistill – סוחט SSOT מקוד קיים Image: AI generated

אם אתם רוצים ליישם SSOT על פרויקט קיים אבל לא יכולים לכתוב מחדש מאפס, אם אתם רוצים לחלץ אוטומטית OpenAPI ו-DDL מבקאנד לגאסי ב-Go, TypeScript, Python, Java, C#, Rust או PHP – codistill סוחט מפרטים מקוד קיים.

“We already have 200 endpoints”

codist scan --openapi ./my-project
שפהפריימוורקים
GoGin, Fiber, Echo
TypeScriptNestJS, Fastify, Hono, Express
PythonFastAPI, Flask, Django
JavaSpring Boot, Quarkus
C#ASP.NET Core
RustActix Web
PHPLaravel
Deno TypeScriptSupabase Edge Functions
codist ddl ./migrations -o ./schema
codist sql next --repo ./repository --queries ./db/query
codist sql status
Existing code
  ↓ codist scan --openapi
  ↓ codist ddl
  ↓ codist sql next
OpenAPI + DDL + sqlc
  ↓ yongol validate
  ↓ yongol generate
SSOT-based codebase
npx skills add park-jun-woo/codistill

Code: github.com/park-jun-woo/codistill


מאמרים קשורים

מקורות

  • Huang, R. et al. (2024). Generating REST API Specifications through Static Analysis. ICSE 2024. ACM
  • Perry, D. E. & Wolf, A. L. (1992). Foundations for the Study of Software Architecture. ACM
  • Fowler, M. (2004). StranglerFigApplication. Link
  • Lercher, A. et al. (2024). Generating Accurate OpenAPI Descriptions. arXiv
  • Chauhan, S. et al. (2026). OpenAI for OpenAPI. arXiv
  • De Silva, L. & Balasubramaniam, D. (2012). Controlling software architecture erosion. ScienceDirect
  • Fritzsch, J. et al. (2019). Microservices Migration in Industry. arXiv
  • Curino, C. A. et al. (2008). Graceful database schema evolution. VLDB
  • Nghiem, D. et al. (2023). REST API Design Practices. IEEE

יומן שינויים

  • 2026-06-19: הרחבת הכיסוי ל-16 פריימוורקים ב-8 שפות; תמיכה ב-DDL ALTER COLUMN ובסכמת Prisma; חוסן מול קודבייסים אמיתיים (codistill v0.1.11)
  • 2026-05-26: מהדורה ראשונה