Skip to content

Commit

Permalink
Added link to mvn-rdf-sync set up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Apr 4, 2024
1 parent 62b4ab9 commit ea41457
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/sync/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ TODO Refactor mvn-rdf-sync into pages for: artifact change events, metadata gene

# Synchronizing a Triple Store with Maven Repository Data

## Source Code

The source code for `mvn-rdf-sync` is located at: https://github.com/Scaseco/mvn-rdf-sync

## Synopsis

* This chapter presents a lightweight trigger-based approach to realize "build actions" (or "bots") over local maven repositories. A local maven repository is simply a certain directory structure.
Expand All @@ -23,7 +27,6 @@ TODO Refactor mvn-rdf-sync into pages for: artifact change events, metadata gene

The `mvn-rdf-sync` approach comprises two separate processes:


1. A *file system watch* on a (local) maven repository notifies raises events whenever the repository content changes.
2. The event is transmitted to an appropriate receiver.
3. A *filter* discards irrelevant events, such as changes to non-dataset artifacts.
Expand Down
4 changes: 4 additions & 0 deletions docs/sync/sync-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ nav_order: 10

# Mvn Sync Architecture

## Source Code

The source code for `mvn-rdf-sync` is located at: https://github.com/Scaseco/mvn-rdf-sync

## Synopsis

## Purpose
Expand Down

0 comments on commit ea41457

Please sign in to comment.