Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
/ microservice-talk Public archive

Sample project for "Writing async microservices in Python" talk

License

Notifications You must be signed in to change notification settings

yakky/microservice-talk

Repository files navigation

ES Python Microservice

Sample API to search books using FastAPI and ElasticSearch

Running the project

  • Build the docker image:

    docker-compose build
  • Populate with sample data:

    docker-compose run --rm api poetry run python populate.py data.json
  • Run the docker-compose:

    docker-compose up

API will be available at http://localhost:5000/api/v1/search

See API Documentation

About

Sample project for "Writing async microservices in Python" talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published