Index process is running now. I add new collections to it. The migration from Fedora 4 to Fedora 6 was failure, thats why i adding the whole collections list from the beginning.
I use Fedora Repository as a long term archive, but not only for it.
Fedora is a strorage for Madoc (iiif.crossasia.org)
15. First start: Just enter your server name in browser without port (https://lx0015.sbb.spk-berlin.de/). If everything is correct you'll see Madoc page with code question. In .env file you shoild add madoc installation code. In a web page just type madoc and click next. On the next page fullfill the form. Create admin user/password and a start page name. After it you can start to work with madoc.
16. Add crossasia theme:
docker ps - see all containers
docker cp crossasia-theme/ 4c64d5f9dfd4:/home/node/app/themes - copy theme to container
Hi. In this post i'll talk about data pipeline in the library. We have raw data in different formats. It can be databases, txt files, pdfs and other text formats. In the next posts i refer detailed about each step in pipeline. First is a text transformation into json and saving it in Apache Solr.
1. I transform data to json to have an opportunity to save it in Apache Solr -> https://solr.apache.org/.
With java script library ajax-solr i have a web view.
All data, not only text, but original formats, images, video and do on, i save in Fedora repository. In this case i modify already existing Json files into JSON-LD files and ingest it into Fedora.
3. I save their (Fedora repository) IIIF data too. I create collections and manifests and with IIIF Image Server display it with Madoc.
Here i’ll post a list of applications, that helps me with my work. If you have some ideas please suggest it. You’ll see a mix of tools for Windows and Linux.
1. idea intellij -> https://www.jetbrains.com/de-de/idea/, best tool for java programming. I use it for java script too.
2. notepad++ -> https://notepad-plus-plus.org/downloads/, it good but not for all situations. If you we’ll work with files bigger than 200 Mb, think about something else.
3. emeditor -> https://emeditor.com/, ideal for huge files
4. putty -> https://www.putty.org/ ssh client
5. json online editor -> https://jsoneditoronline.org/ best online json editor
Hi my name is Andrey from Berlin. I am working in state library of Berlin as computer scientist. In this blog i’ll post everything about a technology stack, my tasks and how i solve it.