A collection of default integrations for Ocular, including uploaders, downloaders, and crawlers. These integrations are designed to be used with the Ocular API to solve common use cases.
A collection of default uploaders, downloaders, and crawlers that can be used to quickly get started with Ocular.
These integrations are included in the helm chart "Ocular default integrations".
Ensure that the Ocular chart is installed and configured. Then, install the default integrations chart:
helm repo add crashoverride-helm-charts https://crashoverride-helm-charts.storage
helm repo update
# Should be the namespace you want to run pipelines/searches in
NAMESPACE="ocular"
helm install ocular-default-integrations crashoverride-helm-charts/ocular-default-integrations \
--namespace $NAMESPACE \
--create-namespace
# Resource will then be available as a CRD in the cluster
# kubectl get crawlers -n $NAMESPACE
# kubectl get downloaders -n $NAMESPACE
# kubectl get uploaders -n $NAMESPACE