tree: 49a0be3ef2edf08045276c904f90ff78b932da0b [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
atlas-examples/sample-app/README.md

Introduction

This is a simple application to demonstrate the use of AtlasClient. SampleApp provides examples to use following Client APIs.

  1. TypeDef
  2. Entity
  3. Lineage
  4. Search
  5. Glossary

Setting up

  1. cd ~/Desktop/atlas/atlas-examples/sample-app (the location where you have downloaded sample-app)
  2. mvn clean install
  3. mvn exec:java
  4. Then it will ask you to enter AtlasServer URL, username and password.