2 مستودعات
Packages code analysis pipelines into containerized services for scalable, isolated execution via Docker.
Distinct from Docker Target Configurators: No candidate captures packaging an entire analysis pipeline as a Docker service; closest candidates focus on Docker configuration or learning, not analysis containerization.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Containerized Analysis Services. Refine with filters or upvote what's useful.
Gitingest is a Git repository analysis and conversion service that transforms code repositories into structured plain-text summaries optimized for large language model consumption. It provides HTTP API endpoints and Python functions to integrate repository processing into AI pipelines and applications, with S3-compatible storage for persisting and retrieving generated digests. The service is packaged as a Docker container with all dependencies bundled for consistent deployment across environments. The project distinguishes itself through asynchronous processing of multiple repositories concur
Deploying repository analysis as a Docker service for consistent processing across environments.
Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock data, validation schemas, and server handlers from OpenAPI or Swagger specifications. It reads any YAML or JSON API specification and generates TypeScript interfaces, HTTP request functions, and framework-specific integration code that ensures compile-time correctness for all API calls. The project distinguishes itself by generating production-ready data-fetching hooks for React Query, Vue Query, Svelte Query, Solid Query, Angular, and SWR, complete with automatic cache invalidati
Runs the code generator inside a Docker container to avoid local Node.js version requirements.