PolyAnno: Further Product Development 2

This is part of my series of posts about the PolyAnno project – more here Separating PolyAnno from "The Polyglot Project" I then intended to release the PolyAnno package separately from the project specifically for the University of Edinburgh. I felt that it was important to create reusable code specifically for the providing the combination … Continue reading PolyAnno: Further Product Development 2

Advertisement

PolyAnno: Polyanno Storage

This is part of my series of posts about the PolyAnno project – more here Basics Eventually I decided it would be easier to separate out development of the longer term storage i.e. the Node/Express/MongoDB/Mongoose framework such that it can be installed separately and understood more simply in isolation. The Github repo can currently be … Continue reading PolyAnno: Polyanno Storage

Polyanno: Basic API Design

This is part of my series of posts about the PolyAnno project - more here Storage and API Setup To store the annotations I decided to use MongoDB as a classic NoSQL, non-relational database to store the JSON-LD files because of its support for handling JSONs. I decided for simplicity to use Mongoose as a … Continue reading Polyanno: Basic API Design