Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
214d82d5
Commit
214d82d5
authored
Jun 12, 2015
by
Venkatesh Seetharam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename DGI to Atlas
parent
341d95e5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
10 deletions
+17
-10
InstallationSteps.txt
InstallationSteps.txt
+13
-6
README.md
dashboard/v2/README.md
+2
-2
bower.json
dashboard/v2/bower.json
+1
-1
package.json
dashboard/v2/package.json
+1
-1
No files found.
InstallationSteps.txt
View file @
214d82d5
...
...
@@ -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
dashboard/v2/README.md
View file @
214d82d5
...
...
@@ -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
...
...
dashboard/v2/bower.json
View file @
214d82d5
{
"name"
:
"dgc-metadata"
,
"description"
:
"
DGC Metadata
"
,
"description"
:
"
Apache Atlas
"
,
"version"
:
"1.0.0-SNAPSHOT"
,
"devDependencies"
:
{
"angular"
:
"~1.2.15"
,
...
...
dashboard/v2/package.json
View file @
214d82d5
{
"name"
:
"dgc-metadata"
,
"description"
:
"
DGC Metadata
"
,
"description"
:
"
Apache Atlas
"
,
"version"
:
"1.0.0-SNAPSHOT"
,
"private"
:
true
,
"bin"
:
"server.js"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment