Metadata-Version: 2.1
Name: mal-analytics
Version: 0.3.0
Summary: UNKNOWN
Home-page: https://github.com/MonetDBSolutions/mal_analytics
Author: Panagiotis Koutsourakis
Author-email: panagiotis.koutsourakis@monetdbsolutions.com
License: UNKNOWN
Description: ====================
        Python MAL analytics
        ====================
        
        .. image:: https://travis-ci.org/MonetDBSolutions/mal_analytics.svg?branch=master
            :target: https://travis-ci.org/MonetDBSolutions/mal_analytics
        
        .. image:: https://codecov.io/gh/MonetDBSolutions/mal_analytics/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/MonetDBSolutions/mal_analytics
        
        Introduction
        ============
        
        This project is a library that parses MonetDB JSON profiling events
        and stores them in a `MonetDBLite-Python
        <https://github.com/hannesmuehleisen/MonetDBLite-Python>`_
        database. The user can then use SQL queries to compile information
        about the queries that produced those profiling events.
        
        This is intended to be used as a back end of other programs like
        Marvin, or Malcom.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/x-rst
