Ξ 📚 Datalayer Library
KubernetesAPI
Datalayer Library
provides a searchable index of artifacts useful for data analysis.
- Dataset.
- Cell.
- Notebook.
- Environment.
- Kernel.
Deploy Datalayer Library
plane up datalayer-library
Check the availability of the Datalayer Library Pods.
kubectl get pods -n datalayer-api -l app=library
Check the logs of the Datalayer Library Pods.
kubectl logs -n datalayer-api -l app=library
Check the availability of the Datalayer Library Certificate.
kubectl describe certificate ${DATALAYER_RUN_HOST}-datalayer-api-cert-secret -n datalayer-api
Check the availability of the Datalayer Library Endpoints.
open https://${DATALAYER_RUN_HOST}/api/library/version
open https://${DATALAYER_RUN_HOST}/api/library/v1/ping
Tear Down Datalayer Library
If needed, tear down.
plane down datalayer-library
OpenAPI Specification
The OpenAPI (Swagger) specification is available online.