## IntroductionThis is a simple application to demonstrate the use of AtlasClient. SampleApp provides examples to use following Client APIs.1. TypeDef2. Entity3. Lineage4. Search5. Glossary## Setting up1. cd ~/Desktop/atlas/atlas-examples/sample-app (the location where you have downloaded sample-app)2. mvn clean install3. mvn exec:java4. Then it will ask you to enter AtlasServer URL, username and password.