ethanjweiner / visualize-the-web

A geographic visualizer of HTTP requests across long distances, built with Python and Flask
2 stars 1 forks source link

Efficiency Improvments #35

Closed ethanjweiner closed 3 years ago

ethanjweiner commented 3 years ago

Epic Title

Feature: Efficiency Improvements

Epic Description

This Feature will improve the efficiency of web visualizer in a variety of ways, focusing on querying and insertion into the database.

List of Tasks (Complete in order)

  1. Pre-load the landing points into a database to be accessed
  2. For insertion statements, use executeMany() sqlite3 module function instead?