You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Auto-generate the TypeScript and Java languages API SDK
133
+
134
+
- Description: Some developers start to integrate KubeVela into the enterprise system. it is increasingly important to provide API SDK to help developers start faster. Java and TypeScript are currently the two most in-demand languages. KubeVela API server follows the Open API schema, It means the Open API generator tools could provide some help.
135
+
- Expected outcomes:
136
+
- Commit the high-quality SDK code, include the TypeScript and Java languages.
137
+
- Commit the GitHub action config and tools to auto-generate SDK.
#### Expand multiple database drivers for the API server
145
+
146
+
- Description: The API server of the KubeVela needs to save the metadata data to the database to obtain more efficient query efficiency and larger storage space. Now we only support MongoDB. Some users don't have the MongoDB infrastructure. Mysql and PostgreSQL drivers are needed by many users. Most users install the KubeVela without the database. When they want to use it for production, the existing data need to migrate to one database. The migration tool is important.
0 commit comments