DistributedPydap 0.0.4
Module that implements aggregation of a cluster of Pydap servers.
This module brings a WSGI middleware that aggregates datasets from several Pydap servers.
To install it, add the filter to your server.ini:
[app:main] use = egg:pydap#server root = %(here)s/data templates = %(here)s/templates x-wsgiorg.throw_errors = 0 filter-with = distributed [filter:distributed] use = egg:DistributedPydap root = %(here)s/data cache = %(here)s/cache.db
And then add the new index.html template:
$ paster create -t DistributedPydap server
Where server is your installation of Pydap. Then edit the index.html template adding the address of other Pydap servers configured with this middleware.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| DistributedPydap-0.0.4-py2.6.egg (md5) | Python Egg | 2.6 | 2011-06-20 | 14KB | 352 |
| DistributedPydap-0.0.4.tar.gz (md5) | Source | 2011-06-20 | 34KB | 293 | |
- Author: Roberto De Almeida
- Home Page: http://pydap.org/
- Keywords: opendap dods dap data science climate oceanography meteorology
- License: MIT
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Environment :: Web Environment
- Framework :: Paste
- Intended Audience :: Developers
- Intended Audience :: Science/Research
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet
- Topic :: Internet :: WWW/HTTP :: WSGI
- Topic :: Scientific/Engineering
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: roberto
- DOAP record: DistributedPydap-0.0.4.xml
