apario-writer
This package is called apario-writer and it is responsible for compiling the database required for the apario-reader. You'll use this package to convert PDF URLs or PDF files/directories into compatible assets that apario-reader can serve. This package is written in Go and includes Docker container support for universal asset building regardless of your own system configuration.
1 topic in this forum
-
- 1 reply
- 224 views
Last week I started working with Erik to get the Project Minnesota documents in their own instance of Apario Reader. While the project was originally built for the JFK Files and then expanded for the STAR GATE Files, as more record sets begin getting ingested into the software, these corner cases are going to show up. This is what is called a DATA RACE where a concurrency process is writing to the same resource at the same time and there is a problem because there can only be one write at a time; not two. when you have 2+, you have a data race that requires you to refactor your code. These kind of problems can take hundreds of hours to debug depending on how deep they are…
Last reply by Andrei,