Skip to main content

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)

Uploaded Source

Built Distribution

DistributedPydap-0.0.4-py2.6.egg (14.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page