Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 546 Bytes

MP3 / CPEN 221 / Fall 2019

Wikipedia and Graph Databases

This mini-project involves interacting with Wikipedia and performing many operations.

Some of the learning goals for this mini-project are:

  • Working with external libraries (such as jwiki ,gson, and antler);
  • Implementing reusable datatypes such as Cache;
  • Using multi-threading to handle certain aspects of the implementation;
  • Managing shared memory when multiple threads are involved;
  • Implementing parsers for a given grammar and executing queries on a database.