Metadata-Version: 1.1
Name: gottwall
Version: 0.2.10
Summary: Realtime statistics aggregation platform
Home-page: https://github.com/gottwall/gottwall
Author: Alexandr Lispython
Author-email: alex@obout.ru
License: BSD
Description: Welcome to gottwall's documentation!
        ======================================
        
        Simple statistics aggregation platform
        
        
        .. image:: https://secure.travis-ci.org/GottWall/GottWall.png
        	   :target: https://secure.travis-ci.org/GottWall/GottWall
        
        Features
        --------
        
        - Web interface
        - Data aggregation
        
        
        Backend
        -------
        
        - TCP/IP backend
        - Redis Pub/Sub backend
        - HTTP Backend
        
        Storages
        --------
        
        Storages used to store statistics
        
        - Memory storage (not optimal for hightload projects)
        - Redis storage (fast for counters increment, but time complexity O(N) for data range select)
        - TODO: mongodb
        - TODO: SQL
        
        
        INSTALLATION
        ------------
        
        To use gottwall  use pip or easy_install:
        
        `pip install gottwall`
        
        or
        
        `easy_install gottwall`
        
        
        CONFIGURATION
        -------------
        
        See gottwall/examples/config.py
        
        
        USAGE
        -----
        
        GottWall have 2 parts. Web interface application and aggregator application (application that process data).
        
        To run web application execute command: `gottwall --config="examples/config.py" server start`
        
        To run aggregator application execute command: `gottwall --config="examples/config" aggregator start`
        
        
        CONTRIBUTE
        ----------
        
        Fork https://github.com/GottWall/gottwall/ , create commit and pull request.
        
        
Platform: Linux
Platform: Mac
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking
