blob: 830eb6c65cfaf9d6ac10fca8d724c1717cb2a1aa [file] [log] [blame]
{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/QuickStart.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js"],"names":["layoutProps","MDXContent","components","props","mdxType","src","parentName","isMDXComponent","Img","width","height","baseUrl","useConfig","style","boxShadow","WebkitBoxShadow","MozBoxShadow"],"mappings":"ubASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,eAAa,eAErB,oBACE,GAAM,gBAAc,gBAEtB,8NAEA,oBACE,GAAM,4BAA0B,4BAElC,cAAC,IAAG,CAACC,IAAG,wCAA2CD,QAAQ,QAC3D,oBACE,GAAM,0BAAwB,0BAEhC,cAAC,IAAG,CAACC,IAAG,yCAA4CD,QAAQ,QAC5D,oBACE,GAAM,uBAAqB,uBAE7B,2HACA,wBACE,oBAAIE,WAAW,MAAI,uBAErB,oBACE,GAAM,aAAW,aAEnB,uEACA,wBACE,oBAAIA,WAAW,MAAI,6BAGxB,uLAEDL,EAAWM,gBAAiB,G,sECpD5B,+EAuCeC,IAnBHL,IACX,MAAM,IAAEE,EAAG,MAAEI,EAAK,OAAEC,GAAWP,GACzB,QAAEQ,GAAYC,sBAMpB,OACC,2BACC,uBAC6BC,MART,CACtBC,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BX,IAAM,GAAEM,IAAUN,IAClBK,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS","file":"static/js/documents-setup-quick-start.93736360.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport Img from 'theme/components/shared/Img'\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\n <h1 {...{\n \"id\": \"quick-start\"\n }}>{`Quick Start`}</h1>\n <h2 {...{\n \"id\": \"introduction\"\n }}>{`Introduction`}</h2>\n <p>{`Quick start is a simple client that adds a few sample type definitions modeled after the example shown below.\nIt also adds sample entities along with traits as shown in the instance graph below.`}</p>\n <h3 {...{\n \"id\": \"example-type-definitions\"\n }}>{`Example Type Definitions`}</h3>\n <Img src={`/images/twiki/guide-class-diagram.png`} mdxType=\"Img\" />\n <h3 {...{\n \"id\": \"example-instance-graph\"\n }}>{`Example Instance Graph`}</h3>\n <Img src={`/images/twiki/guide-instance-graph.png`} mdxType=\"Img\" />\n <h2 {...{\n \"id\": \"running-the-example\"\n }}>{`Running the example`}</h2>\n <p>{`This will add sample types and instances along with traits as shown in the instance graph above.`}</p>\n <ul>\n <li parentName=\"ul\">{`bin/quick-start.sh`}</li>\n </ul>\n <h2 {...{\n \"id\": \"dashboard\"\n }}>{`Dashboard`}</h2>\n <p>{`A simple dashboard with search is available.`}</p>\n <ul>\n <li parentName=\"ul\">{`http://localhost:21000/`}</li>\n </ul>\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements. See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership. The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n }\n\treturn (\n\t\t<div>\n\t\t\t<img\n style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n"],"sourceRoot":""}