Skip to main content

A python package that works to provide service registration and discovery for http://microhackaton.github.io/2014/

Project description

service-discovery-py
====================

Python library to interact with other miocroservices at http://microhackaton.github.io/2014/

Installation
++++++++++++

```bash
$ pip install microhackaton-service-discovery-py
```

Usage
+++++

```python
from service_discovery import ServiceDiscovery

sd = ServiceDiscovery('/pl/pl/microhackaton', 'zookeeper.microhackathon.pl:2181')
```

How to register your service?
-----------------------------

```python
instance_id = sd.register('something-collector', '12.34.56.78', 8080)
```

How to find instances of other service?
---------------------------------------

```python
urls_as_list = sd.get_instances('blog-collector')
```

How to find random service instance?
-------------------------------------

```python
url_as_str = sd.get_instances('blog-collector')
```

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

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