Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to use Typespec stack #29

Merged
merged 1 commit into from
May 27, 2024
Merged

Refactor to use Typespec stack #29

merged 1 commit into from
May 27, 2024

Conversation

0237h
Copy link
Collaborator

@0237h 0237h commented May 27, 2024

Use Typespec to generate OpenAPI3 specification (and protobuf). From the OpenAPI schema, auto-generate Zod types and build the API endpoints from those definitions.

Make it easier to extend new feature while keeping data models consistent across the whole data pipeline.

typespec_stack

Use Typespec to generate OpenAPI3 specification (and protobuf). From the
OpenAPI schema, auto-generate Zod types and build the API endpoints from
those definitions.

Make it easier to extend new feature while keeping data models consistent
across the whole data pipeline.
@0237h 0237h added the major Requires major version bump label May 27, 2024
@0237h 0237h self-assigned this May 27, 2024
@github-actions github-actions bot added documentation Improvements or additions to documentation feature New feature or request ops Related to repository operations labels May 27, 2024
@0237h 0237h merged commit 4f4bf36 into main May 27, 2024
2 checks passed
@0237h 0237h deleted the feature/typespec-rewrite branch May 27, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature or request major Requires major version bump ops Related to repository operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant