-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yml
More file actions
26 lines (22 loc) · 858 Bytes
/
Copy pathmetadata.yml
File metadata and controls
26 lines (22 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
id: "002"
name: task-management-api
type: server
source_language: go
target_language: python
description: Task Management REST API with CRUD operations, pagination, filtering, and status management
complexity:
loc: 762
loc_note: "All code files, excludes build artifacts (node_modules, target, etc.)"
test_count: 10
architecture:
frameworks:
source: ["Gin"]
target: ["Flask"]
has_database: false
has_authentication: false
provenance:
source_repo: https://github.com/cloudstreet-dev/REST-gRPC-in-33-Languages
source_version: null # Subset of multi-language repo
source_commit: null # workspace/src contains only Go implementation
license: MIT
notes: Medium complexity API with CRUD, pagination, and filtering logic. Source repo contains 33 language implementations; we use only the Go Gin version.