Skip to content

migratorydata/getting-started-python-client-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of a python client application using the MigratoryData Client API for Python.

The latest build of the API can be downloaded from here.

The API documentation can be found here.

REQUIREMENTS

  1. Python version 3.0.1 or more recent

  2. MigratoryData Server version 6.0 or more recent

How To Run

The client application connects to the MigratoryData server deployed at localhost:8800 and publishes a message every second on the subject /server/status.

If you don't have a MigratoryData server installed on your machine but there is docker installed you can run the following command to start MigratoryData server, otherwise you can download and install the latest version for your os from here.

docker pull migratorydata/server:latest
docker run -d --name my_migratorydata -p 8800:8800 migratorydata/server:latest

Next, run the application using command:

python sample

About

Getting started with MigratoryData Python Client API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages