Module that implements aggregation of a cluster of Pydap servers.
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DistributedPydap-0.0.4.tar.gz
(35.2 kB
view hashes)
Built Distribution
DistributedPydap-0.0.4-py2.6.egg
(14.8 kB
view hashes)
Close
Hashes for DistributedPydap-0.0.4-py2.6.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7289bd88920cd670c0661d180ba09472602cff3aa0c2767ae382297f6b9e7fd2 |
|
MD5 | 6208a477b19281d9ae9d6fef7ae42841 |
|
BLAKE2b-256 | a197f1d4ade033f5b03b293a6346e338aaf3c41d6e9428264c7931472f3f3c12 |