Skip to main content

A demo app for Morepath with record batching

Project description

Morepath Batching Demo

Introduction

This is a demo app for Morepath that illustrates batching, i.e., presenting a large data set by partitioning it in smaller batches. It also showcases how to use Jinja2 templates in a Morepath project.

More information on this app is available on Martjin Faassen’ blog.

Getting started

To get started with this demo right away, you can install it and run it in a newly created virtual environment:

$ virtualenv env
$ ./env/bin/pip install morepath_batching
$ ./env/bin/morepath_batching

You can now access the app at http://localhost:5000.

Installation from sources

You can grab the sources from GitHub and set them up in a fresh virtual environment:

$ git clone https://github.com/morepath/morepath_batching.git
$ cd morepath_batching
$ virtualenv env
$ ./env/bin/pip install -e '.[test]'

You’ll then be able to start the app:

$ ./env/bin/morepath_batching

And to run the test suite:

$ ./env/bin/py.test -v

CHANGES

0.1 (2016-07-06)

  • Initial public release.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

morepath_batching-0.1.tar.gz (5.4 kB view details)

Uploaded Source

File details

Details for the file morepath_batching-0.1.tar.gz.

File metadata

File hashes

Hashes for morepath_batching-0.1.tar.gz
Algorithm Hash digest
SHA256 08b7d182d6dadcf7ac305820b59c7d1ffb7074bc444094a7117a7e83ce49e357
MD5 cf607fe8ff11ebc930762cd82b330dbd
BLAKE2b-256 15d01b4455e0c53787d53a5c441961abb9f57e8b337bc50a2399960f872da34d

See more details on using hashes here.

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