Lets get going!

Getting Started with EventStoreDB in Python

Install the latest version of EventStoreDB in a local Docker container and build a basic client application using the EventStoreDB Python client.  

Minutes
Write your awesome label here.

What you'll learn

What better way to learn EventStoreDB than to use it?  In this video, Senior Instructor Jean-Marc Julien walks you through an installation of EventStoreDB on Docker. Once installed, you will append events to a stream and build a rudimentary application using the EventStoreDB Python client.  

By the completion of this course, you will have:

  • Installed EventStoreDB locally using Docker
  • Installed required libraries to use EventStoreDB
  • Accessed EventStoreDB web UI to review and add streams
  • Manipulated code to illustrate different read views