Computational Thinking + Doing

NoSQL Search & Analytics Engine

Searching and analyzing the work of William Shakespeare—using the Elastic Stack on AWS, Azure, and GCP.

Getting Started

If you are interested in reproducing this work, here are the versions of Python and Python packages used:

import sys
print(sys.version)
3.9.6 (v3.9.6:db3ff76da1, Jun 28 2021, 11:49:53) 
[Clang 6.0 (clang-600.0.57)]
!pip install elasticsearch==7.16.3
from elasticsearch import Elasticsearch
es = Elasticsearch()
Applied Computing