Skip to content

Apache Atlas Setup example config for cassandra graph backend store and elastic index store

License

Notifications You must be signed in to change notification settings

jarey-ds/apache-atlas-cassandra-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Rokku Dev - Apache Atlas

Background

Atlas image already contains dependencies - hbase and solr, it has been compiled using them. But it has been set to use external zookeeper and kafka. The main server port is 21000.

mvn clean -DskipTests package -Pdist,embedded-hbase-solr

As base image Centos 7 has been used

Quickstart

  1. run docker-compose build to create new docker image or
  2. run docker-compose up -d atlas-server to start an image.
  3. Access Atlas server using admin user and password
http://localhost:21000

Or verify that server is up and running using

curl -u admin:admin http://localhost:21000/api/atlas/admin/version

NOTE: currently image is quite large (1.0GB) :( because of atlas bins and its depencencies (hbase and solr).

Also startup may take some time depending on HW resources...

About

Apache Atlas Setup example config for cassandra graph backend store and elastic index store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published