Skip to content

Helm chart to deploy Apache atlas with cassandra and solr

Notifications You must be signed in to change notification settings

Couture-ai/atlas-helm-chart

 
 

Repository files navigation

atlas-helm-chart

This chart will install the apache atlas and used solr for indexing and cassandra as backend storage.

To install the chart. clone the repo and run following command to install chart

helm install <any release name> -f values.yaml .

This will run the solr, atlas, Cassandra and zookeeper pods

solr version : 7.5

atlas version : 1.1.0

cassandra version : 3.11.3

zookeeper version : 3.4.x

Download the Source code of Apache Atlas from here Download

Build Atlas from source

tar xvfz apache-atlas-1.1.0-sources.tar.gz

cd apache-atlas-sources-1.1.0/

mvn clean -DskipTests install

Packaging Apache Atlas

mvn clean -DskipTests package -Pdist

This will Generate tar file of Apache atlas

About

Helm chart to deploy Apache atlas with cassandra and solr

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Mustache 87.5%
  • Dockerfile 12.5%