Skip to main content

CSGHub Enterprise Edition v1.3.0

Release time:2025-01-22

First release:

  • Enterprise-level permission management: Improve data security and team collaboration efficiency by finely controlling model and data permissions in the management background.
  • Multi-format data integration: Support the integration, cleaning, conversion and intelligent optimization of multiple data formats to improve data value.
  • Enhanced data set management: Support data set preview, search and SQL operations to improve data utilization efficiency.
  • Multi-source data synchronization: Support synchronization of models and data sets from multiple external sources, and provide intelligent recommendations and fine-grained synchronization management.
  • Intelligent computing power scheduling: Provide resource pool management, dynamic computing power allocation and task scheduling functions to improve computing resource utilization.
  • Security compliance and high availability: Enterprise-level disaster recovery mechanism to ensure data security and business continuity and ensure compliance.

Installation method:

  • Docker

    wget https://opencsg-csghub-compose.oss-cn-beijing.aliyuncs.com/csghub-1.3.0.tgz
    tar -zxf csghub-1.3.0.tgz && cd csghub && ./configure
  • Helm Chart

  • v1.3.0

    helm repo add csghub acr://opencsg-chart.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub
    helm repo update
    helm install csghub csghub/csghub \
    --namespace csghub \
    --create-namespace \
    --set global.domain=example.com \
    --set global.runner.internalDomain[0].domain=app.internal \
    --set global.runner.internalDomain[0].host=<knative serving network service host> \
    --set global.runner.internalDomain[0].port=<knative serving network service port>
  • v1.3.1 or after

    helm upgrade --install csghub csghub/csghub \ 
    --namespace csghub \
    --create-namespace \
    --set global.ingress.domain="example.com" \
    --set global.deployment.knative.serving.services[0].domain="app.internal" \
    --set global.deployment.knative.serving.services[0].host=<knative serving network service host> \
    --set global.deployment.knative.serving.services[0].port="30213"