Skip to content

atlanhq/atlas-metastore

This branch is 2874 commits ahead of, 301 commits behind apache/atlas:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3722974 · Jan 21, 2025
Dec 13, 2024
Oct 5, 2021
Dec 26, 2024
Jun 4, 2021
Dec 21, 2023
Jan 17, 2025
May 10, 2023
Feb 2, 2024
May 10, 2023
May 6, 2024
Aug 20, 2021
Jan 21, 2025
Jan 8, 2024
Nov 3, 2021
Jan 9, 2025
Feb 17, 2023
Feb 17, 2023
Mar 24, 2021
May 10, 2023
Jan 12, 2023
Jan 13, 2025
Jan 20, 2025
Jan 9, 2025
May 29, 2019
Jan 20, 2025
Jan 16, 2025
Oct 28, 2021
Jun 27, 2023
Jan 20, 2025
Aug 19, 2021
Jul 24, 2017
Dec 21, 2023
Mar 13, 2019
Mar 13, 2019
Nov 6, 2024
Dec 4, 2023
Jan 13, 2023
Oct 9, 2024
Sep 2, 2021
Jan 19, 2017
Mar 4, 2017
Jan 13, 2023

Repository files navigation

# 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
=============
0. Get keycloak dependency
   $ mkdir -p ~/.m2/repository/org/keycloak
   $ wget https://atlan-public.s3.eu-west-1.amazonaws.com/artifact/keycloak-15.0.2.1.zip
   $ unzip -o keycloak-15.0.2.1.zip -d ~/.m2/repository/org


1. Get Atlas sources to your local directory, for example with following commands
   $ cd <your-local-directory>
   $ 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 <branch>

   # to checkout a tag
     $ git checkout tags/<tag>

2. Execute the following commands to build Apache Atlas
   $ export MAVEN_OPTS="-Xms2g -Xmx2g"
   $ mvn clean install
   $ mvn clean package -Pdist

3. After above build commands successfully complete, you should see the following files
   distro/target/apache-atlas-<version>-bin.tar.gz
   distro/target/apache-atlas-<version>-hbase-hook.tar.gz
   distro/target/apache-atlas-<version>-hive-hook.tar.gz
   distro/target/apache-atlas-<version>-impala-hook.tar.gz
   distro/target/apache-atlas-<version>-kafka-hook.tar.gz
   distro/target/apache-atlas-<version>-server.tar.gz
   distro/target/apache-atlas-<version>-sources.tar.gz
   distro/target/apache-atlas-<version>-sqoop-hook.tar.gz
   distro/target/apache-atlas-<version>-storm-hook.tar.gz
   distro/target/apache-atlas-<version>-falcon-hook.tar.gz

4. For more details on installing and running Apache Atlas, please refer to https://atlas.apache.org/#/Installation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.6%
  • Python 4.2%
  • Shell 1.0%
  • XSLT 0.1%
  • ANTLR 0.1%
  • Dockerfile 0.0%