Metadata-Version: 2.1
Name: altimeter
Version: 0.0.3
Summary: Graph AWS resources in Neptune
Home-page: https://github.com/tableau/altimeter
Author: Tableau
License: UNKNOWN
Description: # Altimeter
        
        [![Community Supported](https://img.shields.io/badge/Support%20Level-Community%20Supported-457387.svg)](https://www.tableau.com/support-levels-it-and-developer-tools)
        [![Build Status](https://api.travis-ci.com/tableau/altimeter.svg?branch=master)](https://travis-ci.com/tableau/altimeter)
        [![GitHub](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://raw.githubusercontent.com/Tableau/altimeter/master/LICENSE)
        
        [![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
        
        Altimeter is a system to graph and scan AWS resources across multiple
        AWS Organizations and Accounts.
        
        Altimeter generates RDF files which can be loaded into a triplestore
        such as AWS Neptune for querying.
        
        # Quickstart
        
        ## Prerequisites
        
        Altimeter requires:
        
          - Python 3.7 or greater
          - Docker is strongly recommended for running queries against generated
            graphs.
          - Project dependencies:
        
                pip install -r requirements.txt
        
          - AWS credentials for CLI access to the account you wish to scan. See
            <https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html>
        
        ## Generating the Graph
        
        Run
        
            cd <base-repo-dir>
            bin/altimeter_local.sh --base_dir /tmp/altimeter --regions us-east-1
        
        This will scan all resources in the *us-east-1* region. Multiple regions
        can be specified in this argument or it can be omitted entirely in which
        case all regions will be scanned.
        
        The full path to the generated RDF file will printed, for example:
        
            Created /tmp/altimeter/20191018/1571425383/graph.rdf
        
        This RDF file can then be loaded into a triplestore such as Neptune or
        Blazegraph for querying.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7,<4
Description-Content-Type: text/markdown
