GraphScope
GraphScope copied to clipboard
feat(interactive): Introduce Interactive SDK
Introduce the SDK of GraphScope Interactive. Including Java SDK and Python SDK.
The SDKs are automatically generated from the OpenAPI specification yaml(graphscope_interactive.yaml) using tools provided by OpenAPI.
- [x] The generated code
SHOULD notbe included in the codebase, user can refer toflex/interactive/sdk/README.mdto generate the SDKs if interested. - [ ] We will publish the
Python SDKandJava SDKtoPyPiandMaven Central Repoonce they are steady. - [ ] Providing some examples about how to use the SDKs.
- [ ] Add tests in Interactive CI
- [ ] Also add docs for Interactive SDK.