atlas/atlas-examples/sample-app
prasad.pawar e98c398e62 ATLAS-4677 : Upgrade commons-configuration to 2.8.0
Signed-off-by: Pinal Shah <pinal.shah@freestoneinfotech.com>
2022-10-20 13:03:29 +05:30
..
src/main ATLAS-4318 : Remove unnecessary imports from python script (#134) 2021-06-04 11:11:30 +05:30
README.md ATLAS-3875: adding sample client change 2020-08-11 23:42:09 -07:00
pom.xml ATLAS-4677 : Upgrade commons-configuration to 2.8.0 2022-10-20 13:03:29 +05:30

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.