Metadata-Version: 1.1
Name: DaBroker
Version: 0.1.9
Summary: DaBroker is a fast distributed object broker for large, mostly-read-only data
Home-page: http://dabroker.n-online.de/
Author: Matthias Urlichs
Author-email: matthias@urlichs.de
License: GPLv3+
Description: DaBroker is short for Data Access Broker.
        
        DaBroker exposes objects (e.g. database rows, or their NoSQL equivalent, or
        indeed anything you might think of) to clients. Clients cache these objects
        until they do not want them any more, or until they are invalidated by the
        server.
        
        Multiple servers can run in parallel, for redundancy and increased speed.
        
        DaBroker is written in Python. If you know JSON and AMQP, writing a client
        in a different language is reasonably straightforward. Other marshaling
        formats or transports can be plugged in easily.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
