Download metadata and links for all Qlik community blog posts into a Sqlite database and make it explorable through Datasette, deploy with Docker
- Find out the most viewed or liked blog post
- Trending writers
- Explore through SQL-queries
- Create a virtual environment with Python 3.5 or above
- Activate virtualenv and install
requirements.txt - Run
python program.pyin order to createqlik_posts.db
- Create Docker image
docker build -t datasette_qlikposts . - Run container
docker run -d --rm -p 8081:8001 --name datasette_qlik datasette_qlikposts - Explore data at
http://localhost:8081/