summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
5 daysfeat: Implement orchestrator for PostgreSQL management via Docker and Kubernetesexatombe
- Added configuration options for orchestrator in config.go, including Docker and Kubernetes settings. - Created orchestrator package to manage PostgreSQL instances, supporting automatic container creation, conflict resolution, and resource limits. - Implemented Docker orchestrator with methods for creating, deleting, and retrieving database information. - Added Kubernetes orchestrator skeleton with TODOs for future implementation. - Developed comprehensive README documentation for orchestrator usage and configuration. - Created test script for orchestrator API to validate functionality and ensure reliability.
8 daysfeat: add gRPC services for User, Project, and Organization managementgarder500
- Implemented UserService with methods for GetUser, CreateUser, UpdateUser, and DeleteUser. - Implemented ProjectService with methods for GetProject, CreateProject, UpdateProject, and DeleteProject. - Implemented OrganizationService with methods for GetOrganization, CreateOrganization, UpdateOrganization, and DeleteOrganization. - Defined corresponding request and response message types for each service. - Generated gRPC code from proto definitions for seamless integration.
8 daysAjout de la configuration de l'environnement de développement et mise à ↵garder500
jour du README avec des informations sur Sovrabase.