Go to file
the-superpirate 5bc89171a8 - feat(nexus): Refactorings
22 internal commits

GitOrigin-RevId: 092e3932f453f6cb4fdc99fb6f25c138184bb776
2021-04-09 16:02:22 +03:00
idm/api2 No description 2021-04-09 13:29:10 +03:00
images No description 2021-04-09 13:29:10 +03:00
library - feat: Added missing library 2021-04-09 14:32:30 +03:00
nexus - feat(nexus): Refactorings 2021-04-09 16:02:22 +03:00
papers-please - feat(nexus): Refactorings 2021-04-09 16:02:22 +03:00
rules - feat: Added missing library 2021-04-09 14:32:30 +03:00
BUILD.bazel No description 2021-03-29 18:01:30 +03:00
LICENSE No description 2021-01-04 18:12:22 +03:00
README.md - fix: Fix importing documentation 2021-01-29 12:08:40 +03:00
WORKSPACE - feat: Workaround host networking issues in Docker 2021-04-09 15:11:09 +03:00

README.md

Hyperboria

Introduction

Hyperboria repository is a pack of tools for dealing with SciMag and SciTech collections.

It consists of configurable search engine, pipeline for ingesting data from upstream sources. So-called actions aimed to converting data from external APIs into internal Protobuf format and to landing converted data into databases and/or search engines.

Prerequisite

Ubuntu 20.04

Docker

Installation Guide

System Compilers

sudo apt-get install -y --no-install-recommends g++ python3.9 protobuf-compiler libprotobuf-dev

Bazel Build System

Installation Guide or one-liner:

sudo apt install curl gnupg
curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg
sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
sudo apt update && sudo apt install bazel

IPFS

Installation Guide

MacOS

Docker

Installation Guide

System Compilers

brew install llvm protobuf python3.9

Bazel Build System

Installation Guide or one-liner:

brew install bazel

IPFS

Installation Guide

Content

  • images - base docker images for nexus
  • library - shared libraries
  • nexus - processing and searching in scientific text collections
  • rules - build rules