blob: 32cff4b20df0485d4e14cae10ce9a5a468906752 [file] [log] [blame]
{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Overview.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent"],"mappings":"iYASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,YAAU,YAElB,yRAGA,+TAGA,oBACE,GAAM,YAAU,YAElB,oBACE,GAAM,6BAA2B,8BAEnC,wBACE,oBAAIC,WAAW,MAAI,gEACnB,oBAAIA,WAAW,MAAI,8DACnB,oBAAIA,WAAW,MAAI,4GACnB,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,wEAErB,oBACE,GAAM,kBAAgB,kBAExB,wBACE,oBAAIA,WAAW,MAAI,iGACnB,oBAAIA,WAAW,MAAI,oGACnB,oBAAIA,WAAW,MAAI,gHACnB,oBAAIA,WAAW,MAAI,kJAErB,oBACE,GAAM,WAAS,WAEjB,wBACE,oBAAIA,WAAW,MAAI,8EACnB,oBAAIA,WAAW,MAAI,2CAErB,oBACE,GAAM,mBAAiB,oBAEzB,wBACE,oBAAIA,WAAW,MAAI,yFACnB,oBAAIA,WAAW,MAAI,gDACnB,oBAAIA,WAAW,MAAI,gFAErB,oBACE,GAAM,0BAAwB,2BAEhC,wBACE,oBAAIA,WAAW,MAAI,oJACnB,oBAAIA,WAAW,MAAI,mKACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,oDACnB,oBAAIA,WAAW,MAAI,6FAIzB,oBACE,GAAM,mBAAiB,mBAEzB,wBACE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,kBAAgB,oCAE5B,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,kBAAgB,oBAE5B,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,gBAAc,iBAG5B,oBACE,GAAM,qBAAmB,qBAE3B,wBACE,oBAAIA,WAAW,MACb,mBAAGC,KAAK,qBAAmB,2BAE7B,oBAAID,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,qBAAmB,2CAE/B,oBAAIA,WAAW,MACb,mBAAGC,KAAK,oBAAkB,8BAG9B,oBACE,GAAM,iCAA+B,iCAEvC,wBACE,oBAAID,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,kBAAgB,+BAIjC,+KAEDJ,EAAWM,gBAAiB","file":"static/js/documents-overview.c02fe19d.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n <h1 {...{\n \"id\": \"overview\"\n }}>{`Overview`}</h1>\n <p>{`Atlas is a scalable and extensible set of core foundational governance services – enabling\nenterprises to effectively and efficiently meet their compliance requirements within Hadoop and\nallows integration with the whole enterprise data ecosystem.`}</p>\n <p>{`Apache Atlas provides open metadata management and governance capabilities for organizations\nto build a catalog of their data assets, classify and govern these assets and provide collaboration\ncapabilities around these data assets for data scientists, analysts and the data governance team.`}</p>\n <h2 {...{\n \"id\": \"features\"\n }}>{`Features`}</h2>\n <h3 {...{\n \"id\": \"metadata-types--instances\"\n }}>{`Metadata types & instances`}</h3>\n <ul>\n <li parentName=\"ul\">{`Pre-defined types for various Hadoop and non-Hadoop metadata`}</li>\n <li parentName=\"ul\">{`Ability to define new types for the metadata to be managed`}</li>\n <li parentName=\"ul\">{`Types can have primitive attributes, complex attributes, object references; can inherit from other types`}</li>\n <li parentName=\"ul\">{`Instances of types, called entities, capture metadata object details and their relationships`}</li>\n <li parentName=\"ul\">{`REST APIs to work with types and instances allow easier integration`}</li>\n </ul>\n <h3 {...{\n \"id\": \"classification\"\n }}>{`Classification`}</h3>\n <ul>\n <li parentName=\"ul\">{`Ability to dynamically create classifications - like PII, EXPIRES_ON, DATA_QUALITY, SENSITIVE`}</li>\n <li parentName=\"ul\">{`Classifications can include attributes - like expiry_date attribute in EXPIRES_ON classification`}</li>\n <li parentName=\"ul\">{`Entities can be associated with multiple classifications, enabling easier discovery and security enforcement`}</li>\n <li parentName=\"ul\">{`Propagation of classifications via lineage - automatically ensures that classifications follow the data as it goes through various processing`}</li>\n </ul>\n <h3 {...{\n \"id\": \"lineage\"\n }}>{`Lineage`}</h3>\n <ul>\n <li parentName=\"ul\">{`Intuitive UI to view lineage of data as it moves through various processes`}</li>\n <li parentName=\"ul\">{`REST APIs to access and update lineage`}</li>\n </ul>\n <h3 {...{\n \"id\": \"searchdiscovery\"\n }}>{`Search/Discovery`}</h3>\n <ul>\n <li parentName=\"ul\">{`Intuitive UI to search entities by type, classification, attribute value or free-text`}</li>\n <li parentName=\"ul\">{`Rich REST APIs to search by complex criteria`}</li>\n <li parentName=\"ul\">{`SQL like query language to search entities - Domain Specific Language (DSL)`}</li>\n </ul>\n <h3 {...{\n \"id\": \"security--data-masking\"\n }}>{`Security & Data Masking`}</h3>\n <ul>\n <li parentName=\"ul\">{`Fine-grained security for metadata access, enabling controls on access to entity instances and operations like add/update/remove classifications`}</li>\n <li parentName=\"ul\">{`Integration with Apache Ranger enables authorization/data-masking on data access based on classifications associated with entities in Apache Atlas. For example:`}\n <ul parentName=\"li\">\n <li parentName=\"ul\">{`who can access data classified as PII, SENSITIVE`}</li>\n <li parentName=\"ul\">{`customer-service users can only see last 4 digits of columns classified as NATIONAL_ID`}</li>\n </ul>\n </li>\n </ul>\n <h2 {...{\n \"id\": \"getting-started\"\n }}>{`Getting Started`}</h2>\n <ul>\n <li parentName=\"ul\"><a parentName=\"li\" {...{\n \"href\": \"#/WhatsNew-2.3\"\n }}>{`What's new in Apache Atlas 2.3?`}</a></li>\n <li parentName=\"ul\"><a parentName=\"li\" {...{\n \"href\": \"#/Installation\"\n }}>{`Build & Install`}</a></li>\n <li parentName=\"ul\"><a parentName=\"li\" {...{\n \"href\": \"#/QuickStart\"\n }}>{`Quick Start`}</a></li>\n </ul>\n <h2 {...{\n \"id\": \"api-documentation\"\n }}>{`API Documentation`}</h2>\n <ul>\n <li parentName=\"ul\">\n <a href=\"api/v2/index.html\">REST API Documentation</a>\n </li>\n <li parentName=\"ul\"><a parentName=\"li\" {...{\n \"href\": \"#/ImportExportAPI\"\n }}>{`Export & Import REST API Documentation`}</a></li>\n <li parentName=\"ul\">\n <a href=\"../api/rest.html\">Legacy API Documentation</a>\n </li>\n </ul>\n <h2 {...{\n \"id\": \"developer-setup-documentation\"\n }}>{`Developer Setup Documentation`}</h2>\n <ul>\n <li parentName=\"ul\"><a parentName=\"li\" {...{\n \"href\": \"#/EclipseSetup\"\n }}>{`Developer Setup: Eclipse`}</a></li>\n </ul>\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}