Commit 214d82d5 by Venkatesh Seetharam

Rename DGI to Atlas

parent 341d95e5
......@@ -37,7 +37,7 @@ Building DGI from the source repository
* export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" && mvn clean install
2. Deploying DGI
2. Deploying Atlas
---------------------
Once the build successfully completes, artifacts can be packaged for deployment.
......@@ -65,21 +65,21 @@ Tar is structured as follows
|- DISCLAIMER.txt
|- CHANGES.txt
3. Installing & running DGI
3. Installing & running Atlas
--------------------------------
a. Installing DGI
a. Installing Atlas
~~~~~~~~~~~~~~~~~~~~~~
* tar -xzvf apache-atlas-${project.version}-bin.tar.gz
* cd atlas-${project.version}
b. Starting DGI Server
b. Starting Atlas Server
~~~~~~~~~~~~~~~~~~~~~~~~~
* bin/atlas-start.sh
c. Using DGI
c. Using Atlas
~~~~~~~~~~~~~~~
* Verify if the server is up and running
......@@ -99,7 +99,14 @@ c. Using DGI
* Search for entities (instances) in the repository
curl -v http://localhost:21000/api/atlas/discovery/search/dsl?query="from hive_table"
d. Stopping DGI Server
d. Using Atlas Dashboard
~~~~~~~~~~~~~~~~~~~~~~~~~
Navigate to http(s)://$host:$port/
Port by default is 21000
e. Stopping DGI Server
~~~~~~~~~~~~~~~~~~~~~~~~~
* bin/atlas-stop.sh
......@@ -16,7 +16,7 @@
* limitations under the License.
*/
# DGC Metadata
# Apache Atlas
## Instructions
......@@ -27,7 +27,7 @@
### Setup:
```
git clone https://github.com/MPR-Global/metadata.git
git clone $git-repo-url
cd dashboard/v2
npm install
grunt server
......
{
"name": "dgc-metadata",
"description": "DGC Metadata",
"description": "Apache Atlas",
"version": "1.0.0-SNAPSHOT",
"devDependencies": {
"angular": "~1.2.15",
......
{
"name": "dgc-metadata",
"description": "DGC Metadata",
"description": "Apache Atlas",
"version": "1.0.0-SNAPSHOT",
"private": true,
"bin": "server.js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment