This repository provides Helm charts for deploying SAS Marketing AI and Marketing Decisioning solutions.
CI360 Marketing Analytic Solution is a new SAS offering for providing marketing organizations with purpose-built machine learning pipelines or recipes. The solution is aimed to enable the marketers to easily run these analytics to satisfy marketing use cases (e.g. churn, next best action, etc.) wherever their data lives without the need for any data science skills.
Marketing Analytics is one of the solutions contributing SAS' vision to leverage and deliver analytic models as software products.
The purpose of this helm chart is to provide Marketing AI components to be installed on customer's end.
- Marketing AI Proxy
- Marketing AI Orchestrator
- Both Marketing AI component use Apache Airflow
For helm repo setup, see INSTRUCTIONS.md.
For detailed instructions for Marketing AI setup, see README.md.
Brief overview of the Marketing Decisioning chart, its purpose, and key features.
- Chart name:
marketing-decision-service - Latest version:
x.y.z - Installation instructions
- For chart-specific details, run:
helm show readme marketing-decision-service
helm repo add ci360-helm-charts https://sassoftware.github.io/ci360-helm-charts/packages
helm repo update
helm search repo ci360-helm-charts --versions
helm show readme ci360-helm-charts/marketing-ai --version 0.0.44
helm show values ci360-helm-charts/marketing-ai --version 0.0.44
helm show chart ci360-helm-charts/marketing-ai --version 0.0.44
helm show values ci360-helm-charts/marketing-ai --version 0.0.44 > my-values.yaml
kubectl create namespace <namespace>
kubectl create secret generic ci360-api-credentials `
--from-literal=tenant-id="<tenant-id>" `
--from-literal=secret="<secret>" `
--from-literal=username="<username>" `
--from-literal=password="<password>" `
--from-literal=token-url="<token-url>" `
--from-literal=final-url="<final-url>" `
-n <namespace>
helm upgrade --install ci360-analytic-mai ci360-helm-charts/marketing-ai --version 0.0.44 --namespace <namespace> --create-namespace --values my-values.yaml --timeout 15m
- See the
tools/directory for pre- and post-install scripts.
For issues or questions, see SUPPORT.md.
For information on reporting security vulnerabilities, see SECURITY.md.
This project is licensed under the Apache 2.0 License.
Using this project requires Helm, which is licensed with the Apache 2.0 License.