mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-02 07:52:54 +01:00
fff80cd4e7
- fix(nexus): Preparing configs to be published - feat(nexus): Various fixes for opening left sources - fix(nexus): Fine-tune versions 1 internal commit(s) GitOrigin-RevId: 6c834cd3f4f5f18109a159a73503700dac63b0bb
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
# Hyperboria
|
|
|
|
## Introduction
|
|
|
|
Hyperboria repository is a pack of tools for dealing with SciMag and SciTech collections.
|
|
|
|
It consists of configurable [`search engine`](nexus/cognitron), [`pipeline`](nexus/pipe) for [`ingesting`](nexus/ingest) data
|
|
from upstream sources. So-called [`actions`](nexus/actions) aimed to converting data from external APIs
|
|
into [`internal Protobuf format`](nexus/models) and to landing converted data into databases and/or search engines.
|
|
|
|
## Prerequisite
|
|
|
|
Install system packages for various OSes:
|
|
```shell script
|
|
sudo ./repository/install-packages.sh
|
|
```
|
|
|
|
### Ubuntu 20.04
|
|
|
|
#### Docker
|
|
[Installation Guide](https://docs.docker.com/engine/install/ubuntu/)
|
|
|
|
#### IPFS
|
|
[Installation Guide](https://docs.ipfs.io/install/)
|
|
|
|
### MacOS
|
|
|
|
#### Docker
|
|
[Installation Guide](https://docs.docker.com/docker-for-mac/install/)
|
|
|
|
#### IPFS
|
|
[Installation Guide](https://docs.ipfs.io/install/)
|
|
|
|
## Content
|
|
|
|
- [`images`](images) - base docker images for [`nexus`](nexus)
|
|
- [`library`](library) - shared libraries
|
|
- [`nexus`](nexus) - processing and searching in scientific text collections
|
|
- [`rules`](rules) - build rules |