This repository contains helpers scripts to interface with my dissertation evaluation.
Predominantely a python project used to create test data, run a test script and create a flask server around a python-geth instance.
The flask server contained in geth_db is used to create and interface with a python-geth instance and act as our GethDB for our evaluation.
run_geth_db.py
is the entrypoint.
A script to run the tests. It runs several requests to both a Mongo and GethDB implementation
Holds the contract and utility functions to interface with the contract
Creates test data
Is an ExpressJS project with an example layout of a controller, service and db(models) instances to interface with MongoDB.