Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Fedora Ingest Service
Commits
1f65d96f
Commit
1f65d96f
authored
Sep 13, 2021
by
Jonas Waeber
Browse files
Update README
parent
b2ec295e
Pipeline
#32379
passed with stages
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1f65d96f
##
f
edora
-i
ngest
-s
ervice
##
F
edora
I
ngest
S
ervice
This service reads a kafka topic and ingest each message into Fedora. Each message can contain one or several RDF resources which are
all created. The service can ingest associated digital files as well.
The service takes care of transformation between local fedora namespaces and the actual namespace used by memobase.
[
Confluence Doku
](
https://ub-basel.atlassian.net/wiki/spaces/MEMOBASE/pages/1891041292/Service+Fedora+Ingest
)
### Configuration
-
`SFTP_HOST`
: The sftp server host name.
-
`SFTP_PORT`
: The sftp server port.
-
`SFTP_USER`
: The sftp admin user username.
-
`SFTP_PASSWORD`
: Password of the admin user.
-
`IS_SIMPLE`
: Set to true to use the SimpleIngester.
-
`FEDORA_INTERNAL_BASE_URL`
: The base url of the fedora instance.
-
`FEDORA_EXTERNAL_BASE_URL`
: Memobase namespace
-
`FEDORA_USER`
: Fedora ingest user username
-
`FEDORA_PASSWORD`
: Fedora ingest user password
-
`KAFKA_BOOTSTRAP_SERVERS`
: Kafka bootstrap server string.
-
`CLIENT_ID`
: Unique id for this service deployment.
-
`TOPIC_IN`
: Input topic in Kafka.
-
`TOPIC_OUT`
: Not used.
-
`TOPIC_REPORTING`
: Topic to send the reports to.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment