Metadata-Version: 1.1
Name: chartio
Version: 5.0.0+ata1
Summary: Setup wizard and connection client for connecting MySQL/PostgreSQL databases to Chartio
Home-page: https://chartio.com/
Author: chartio.com
Author-email: support@chartio.com
License: UNKNOWN
Description: =======
        Chartio
        =======
        
        Chartio utilities for providing read-only user local database access.
        
        Version 5.0.0
        
        
        Introduction
        ------------
        This project permits Chartio customers to provide database access by
        opening an SSH reverse tunnel from a Chartio server to the customer
        database.
        
        Errors, comments, questions may be sent to support at chart dot io.
        
        
        Requirements
        ------------
        Requires a read-only database role (or authorization to create one)
        and a local SSH client. Requires JSON support (Python 2.6 or
        Python 2.5 and simplejson).
        
        Supported Databases
        -------------------
        MySQL
        Oracle (command-line only)
        PostgreSQL
        Amazon Redshift
        
        
        Installation
        ------------
        To install, type::
        
            $ python setup.py install
        
        To uninstall, remove the files
            chartio_setup
            chartio_connect
        
        
        Oracle
        ------
        Connecting an Oracle datasource to Chartio requires an existing
        Chartio login and a read-only database role. In addition, all
        information must be specified on the chartio_setup command-line. For
        example, to connect the Oracle database named 'sales' using the
        existing read-only role of 'sales_user'
        
        % chartio_setup --oracle --database-name=sales --role=sales_user
        
        The script will the prompt you for your Chartio login and password
        and for the password of the 'sales_user' role.
        
        
        Troubleshooting
        -------------
        If you encounter an error while running chartio_setup, the file
            /tmp/chartio_error.html
        may contain details on what went wrong. In any event, please feel free
        to contact support.
        
        In addition, the log file
            ~/.chartio.d/logs/chartio_connect.log
        contains information about the chartio_connect process.
        
        
        Documentation
        -------------
        Further documentation may be found at https://chartio.com/
        
        
        Package Contents
        ----------------
            chartio_setup
                The configuration wizard
        
            chartio_connect
                A script to keep the SSH tunnel alive
        
        
        Notable Changes
        ---------------
        Version 5.0.0
        - Add support for PrestoDB
        - Remove inline datasource schema refresh. Status can be checked on the website.
        
        Version 4.0.0
        - Add support for AmazonRedshift
        
        Version 3.1.0
        - Add option to specify the hostname of the database server.
        
        Version 3.0.0
        - Backwards incompatible update for new Chartio permissions structure.
        
        Version 2.0.4
        - Change the ternary operator to if ... else so that Python 2.4.x does not raise a syntax error.
        
        Version 2.0.3
        - Update command-line error handling to work with a MySQL 5.6 Warning
        
        Version 2.0.2
        - Copyright, e-mail, and text changes
        
        Version 2.0.1
        - Backwards incompatible due to server URL changes
        
        Version 1.1.19
        - Correct port type issue
        
        Version 1.1.18
        - Specify SSH listen port to override local SSH configuration
        
        Version 1.1.17
        - Change domain to chartio.com
        
        Version 1.1.16
        - add option to post error information to Chartio
        
        Version 1.1.13
        - add Oracle support
        
        Version 1.1.12
        - check Chartio version
        
        Version 1.1.7
        - permit manual entry of database and readonly user/password
        
        Version 1.1.6
        - grant 'SHOW VIEW' access when creating mysql read-only database user
        - bug fix for handling of blank database administrator password
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Requires: simplejson
