Skip to main content

avro-service-clients

Project description

Avro Service Clients Library
============================

Quick start example:

Create an Avro file and compile it into a schema:

protocol FooService {
string my_function(string my_arg);
}

Wire that up into an Avro IPC responder (e.g. https://github.com/packagelib/flask-avro)


Dump the schema into `/path/to/avro/schema/files/foo.avpr`


Set environment variables:

AVRO_SERVICE_CLIENTS_LOCAL_REGISTRY_PATH=/path/to/avro/schema/files
AVRO_SERVICE_CLIENTS_FOO_HOST=localhost
AVRO_SERVICE_CLIENTS_FOO_PORT=8080
AVRO_SERVICE_CLIENTS_FOO_PATH=/my/service/endpoint

Then use the library to make a client:

import avro_service_clients

client = avro_service_clients.get_client("foo")
client.my_function(my_arg="bar")

-------------------------------------------------------------------------------
0.0.4
-------------------------------------------------------------------------------
- Change version file setup.
-------------------------------------------------------------------------------
0.0.3
-------------------------------------------------------------------------------
- Initial public version.
-------------------------------------------------------------------------------

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

avro-service-clients-0.0.4.tar.gz (6.9 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