Commit 214d82d5 by Venkatesh Seetharam

Rename DGI to Atlas

parent 341d95e5
...@@ -37,7 +37,7 @@ Building DGI from the source repository ...@@ -37,7 +37,7 @@ Building DGI from the source repository
* export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" && mvn clean install * 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. Once the build successfully completes, artifacts can be packaged for deployment.
...@@ -65,21 +65,21 @@ Tar is structured as follows ...@@ -65,21 +65,21 @@ Tar is structured as follows
|- DISCLAIMER.txt |- DISCLAIMER.txt
|- CHANGES.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 * tar -xzvf apache-atlas-${project.version}-bin.tar.gz
* cd atlas-${project.version} * cd atlas-${project.version}
b. Starting DGI Server b. Starting Atlas Server
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
* bin/atlas-start.sh * bin/atlas-start.sh
c. Using DGI c. Using Atlas
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
* Verify if the server is up and running * Verify if the server is up and running
...@@ -99,7 +99,14 @@ c. Using DGI ...@@ -99,7 +99,14 @@ c. Using DGI
* Search for entities (instances) in the repository * Search for entities (instances) in the repository
curl -v http://localhost:21000/api/atlas/discovery/search/dsl?query="from hive_table" 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 * bin/atlas-stop.sh
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* limitations under the License. * limitations under the License.
*/ */
# DGC Metadata # Apache Atlas
## Instructions ## Instructions
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
### Setup: ### Setup:
``` ```
git clone https://github.com/MPR-Global/metadata.git git clone $git-repo-url
cd dashboard/v2 cd dashboard/v2
npm install npm install
grunt server grunt server
......
{ {
"name": "dgc-metadata", "name": "dgc-metadata",
"description": "DGC Metadata", "description": "Apache Atlas",
"version": "1.0.0-SNAPSHOT", "version": "1.0.0-SNAPSHOT",
"devDependencies": { "devDependencies": {
"angular": "~1.2.15", "angular": "~1.2.15",
......
{ {
"name": "dgc-metadata", "name": "dgc-metadata",
"description": "DGC Metadata", "description": "Apache Atlas",
"version": "1.0.0-SNAPSHOT", "version": "1.0.0-SNAPSHOT",
"private": true, "private": true,
"bin": "server.js", "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