{"id":13707934,"url":"https://github.com/apache/atlas","last_synced_at":"2025-05-12T13:07:18.456Z","repository":{"id":37431839,"uuid":"98013453","full_name":"apache/atlas","owner":"apache","description":"Apache Atlas - Open Metadata Management and Governance capabilities across the Hadoop platform and beyond","archived":false,"fork":false,"pushed_at":"2025-05-12T09:56:42.000Z","size":68541,"stargazers_count":1932,"open_issues_count":88,"forks_count":876,"subscribers_count":75,"default_branch":"master","last_synced_at":"2025-05-12T13:06:54.273Z","etag":null,"topics":["apache","atlas","docker","graphdb","java","javascript","python"],"latest_commit_sha":null,"homepage":"https://atlas.apache.org","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-22T07:00:08.000Z","updated_at":"2025-05-12T09:56:47.000Z","dependencies_parsed_at":"2023-02-18T18:46:35.824Z","dependency_job_id":"a6d378ec-452a-48c7-8d6a-ca21f9e9478f","html_url":"https://github.com/apache/atlas","commit_stats":{"total_commits":3696,"total_committers":215,"mean_commits":"17.190697674418605","dds":0.904491341991342,"last_synced_commit":"6bffc94b7d20969300f01b7d453855384958d9d6"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fatlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fatlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fatlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fatlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/atlas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745152,"owners_count":21957317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","atlas","docker","graphdb","java","javascript","python"],"created_at":"2024-08-02T22:01:49.708Z","updated_at":"2025-05-12T13:07:18.425Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"\u003c!--\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements.  See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership.  The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License.  You may obtain a copy of the License at\n  http://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied.  See the License for the\nspecific language governing permissions and limitations\nunder the License.\n--\u003e\n\nApache Atlas Overview\n=====================\n[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)\n[![PyPI Downloads](https://static.pepy.tech/personalized-badge/apache-atlas?period=month\u0026units=international_system\u0026left_color=black\u0026right_color=orange\u0026left_text=PyPI%20downloads)](https://pypi.org/project/apache-atlas/)\n[![Documentation](https://img.shields.io/badge/docs-apache.org-blue.svg)](https://atlas.apache.org)\n[![Wiki](https://img.shields.io/badge/atlas-wiki-orange)](https://cwiki.apache.org/confluence/display/ATLAS/)\n\nApache Atlas framework is an extensible set of core\nfoundational governance services – enabling enterprises to effectively and\nefficiently meet their compliance requirements within Hadoop and allows\nintegration with the whole enterprise data ecosystem.\n\nThis will provide true visibility in Hadoop by using both a prescriptive\nand forensic model, along with technical and operational audit as well as\nlineage enriched by business taxonomical metadata.  It also enables any\nmetadata consumer to work inter-operably without discrete interfaces to\neach other -- the metadata store is common.\n\nThe metadata veracity is maintained by leveraging Apache Ranger to prevent\nnon-authorized access paths to data at runtime.\nSecurity is both role based (RBAC) and attribute based (ABAC).\n\n\n\n#### NOTE\nApache Atlas allows contributions via pull requests (PRs) on GitHub. Alternatively, use [this](https://reviews.apache.org) to submit changes for review using the Review Board.\nAlso create a [atlas jira](https://issues.apache.org/jira/browse/ATLAS) to go along with the review and mention it in the pull request/review board review.\n\n\nBuilding Atlas in Docker\n=============\n\nInstructions to build and run atlas in docker: `dev-support/atlas-docker/README.md`\n\nRegular Build Process\n=============\n\n1. Get Atlas sources to your local directory, for example with following commands\n   ```\n   cd \u003cyour-local-directory\u003e\n   git clone https://github.com/apache/atlas.git\n   cd atlas\n   \n   # Checkout the branch or tag you would like to build\n\n   # to checkout a branch\n   git checkout \u003cbranch\u003e\n\n   # to checkout a tag\n   git checkout tags/\u003ctag\u003e\n   ```\n\n2. Execute the following commands to build Apache Atlas\n   ```\n   export MAVEN_OPTS=\"-Xms2g -Xmx2g\"\n   mvn clean install\n   mvn clean package -Pdist\n   ```\n\n4. After above build commands successfully complete, you should see the following files\n   ```\n   distro/target/apache-atlas-\u003cversion\u003e-bin.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-hbase-hook.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-hive-hook.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-impala-hook.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-kafka-hook.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-server.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-sources.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-sqoop-hook.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-storm-hook.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-falcon-hook.tar.gz\n   distro/target/apache-atlas-\u003cversion\u003e-couchbase-hook.tar.gz\n   ```\n\n5. For more details on installing and running Apache Atlas, please refer to https://atlas.apache.org/#/Installation\n","funding_links":[],"categories":["Metadata Management","GenAI Readiness Features","Java","大数据"],"sub_categories":["Data Quality, Observability \u0026 Governance"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fatlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fatlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fatlas/lists"}