Metadata-Version: 1.0
Name: tako
Version: 0.0.1
Summary: Tako: A distributed data store.
Home-page: https://github.com/danielnorberg/tako/
Author: Daniel Norberg
Author-email: daniel.norberg@gmail.com
License: Apache License, Version 2.0
Description:             Tako is a distributed key-value data store. It aims to provide
                    high scalability and availability through a shared nothing
                    architecture, consistent hash based data partitioning, read repair
                    with time stamping and live migration. Tako includes a http proxy
                    server that can be used to interface with a tako cluster using
                    normal HTTP GET/POST. Tako nodes communicate internally using a
                    binary protocol and the socketless and syncless libraries.
                    An included coordinator server can be used as a single point of
                    configuration to distribute cluster configuration to tako nodes
                    in a cluster.
        
                    Tako makes use of libev/libevent/kqueue/kpoll if present.
                    Tokyo Cabinet is used for data storage.
                
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
