Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/atlas
Apache Atlas
https://github.com/apache/atlas
atlas
Last synced: 7 days ago
JSON representation
Apache Atlas
- Host: GitHub
- URL: https://github.com/apache/atlas
- Owner: apache
- License: apache-2.0
- Created: 2017-07-22T07:00:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T04:11:21.000Z (28 days ago)
- Last Synced: 2024-10-14T13:00:29.681Z (21 days ago)
- Topics: atlas
- Language: Java
- Homepage:
- Size: 62.8 MB
- Stars: 1,823
- Watchers: 74
- Forks: 845
- Open Issues: 77
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - apache/atlas - Apache Atlas (Java)
- awesome-production-machine-learning - Apache Atlas - Apache Atlas framework is an extensible set of core foundational governance services – enabling enterprises to effectively and efficiently meet their compliance requirements within Hadoop and allows integration with the whole enterprise data ecosystem. (Metadata Management)
README
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.Apache Atlas Overview
=====================Apache Atlas framework is an extensible set of core
foundational governance services – enabling enterprises to effectively and
efficiently meet their compliance requirements within Hadoop and allows
integration with the whole enterprise data ecosystem.This will provide true visibility in Hadoop by using both a prescriptive
and forensic model, along with technical and operational audit as well as
lineage enriched by business taxonomical metadata. It also enables any
metadata consumer to work inter-operably without discrete interfaces to
each other -- the metadata store is common.The metadata veracity is maintained by leveraging Apache Ranger to prevent
non-authorized access paths to data at runtime.
Security is both role based (RBAC) and attribute based (ABAC).Build Process
=============1. Get Atlas sources to your local directory, for example with following commands
$ cd
$ git clone https://github.com/apache/atlas.git
$ cd atlas# Checkout the branch or tag you would like to build
#
# to checkout a branch
$ git checkout# to checkout a tag
$ git checkout tags/2. Execute the following commands to build Apache Atlas
$ export MAVEN_OPTS="-Xms2g -Xmx2g"
$ mvn clean install
$ mvn clean package -Pdist3. After above build commands successfully complete, you should see the following files
distro/target/apache-atlas--bin.tar.gz
distro/target/apache-atlas--hbase-hook.tar.gz
distro/target/apache-atlas--hive-hook.tar.gz
distro/target/apache-atlas--impala-hook.tar.gz
distro/target/apache-atlas--kafka-hook.tar.gz
distro/target/apache-atlas--server.tar.gz
distro/target/apache-atlas--sources.tar.gz
distro/target/apache-atlas--sqoop-hook.tar.gz
distro/target/apache-atlas--storm-hook.tar.gz
distro/target/apache-atlas--falcon-hook.tar.gz4. For more details on installing and running Apache Atlas, please refer to https://atlas.apache.org/#/Installation