Skip to content

packagelib/pyramid-avro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyramid-avro

This project is a Pyramid plugin built for integrating Avro protocol files into a pyramid application.

Python Version Support

Current Supported Versions:

  • 2.7
  • 3.3
  • 3.4
  • 3.5

A Note On Compilation

While this plugin provides for auto-compiling your avro protocol into an avro schema, this is rarely something you'd want in all environments your application might be deployed into.

When defining a service configuration, you must have at least a schema defined. This means that the protocol file itself isn't actually ever required UNLESS the auto_compile flag is turned on.

For non-development configs, we suggest compiling your schema files prior to deployments and simply specifying them in your config rather turning auto_compile on.

Lastly, the tools jar must be provided by you, the developer, not this plugin. In addition to not wanting a compilation at runtime in non-dev environments, you probably don't want that jar hanging around either.

Actual Docs

The official documentation can be found at: https://pyramid-avro.readthedocs.org/

About

Avro RPC Plugin for Pyramid Web Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages