Skip to content

Latest commit

 

History

History

realtime

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Wikimedia Enterprise Realtime API example

Showcase of connection to single real time event stream.

Getting started

  1. First just export environment variables:

    export WME_USERNAME="superuser";
    export WME_PASSWORD="secret";
  2. Then you should be able to just run:

    go run main.go
  3. Note that if you are running this from the root use this command:

    go run example/realtime/main.go