Skip to content

crolfe/inverted-index-py

Repository files navigation

inverted-index-py

A Python implementation of an inverted index

Getting started

Run docker-compose up from within the root of this repo. This will index a small collection of documents and run an API to allow queries to be run like so: curl http://localhost:8000/search?term=cheese

About

A Python implementation of an inverted index

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published