0.0
No release in over a year
Groonga delta provides delta based data import tools. They can import data to Groonga from other systems such as local file system, MySQL and PostgreSQL.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Groonga delta

Description

Groonga delta provides delta based data import tools. They can import data to Groonga from other systems such as local file system, MySQL and PostgreSQL.

Usage

Import deltas from other systems

Create configuration file: TODO

Run groonga-delta-import with the created configuration file:

docker run \
  --rm \
  --volume /var/lib/groonga-delta:/var/lib/groonga-delta:z \
  ghcr.io/groonga/groonga-delta:latest \
  groonga-delta-import \
    --server \
    --dir=/var/lib/groonga-delta/import

Apply imported deltas

Create configuration file: TODO

Run groonga-delta-apply with the created configuration file:

docker run \
  --rm \
  --volume /var/lib/groonga-delta:/var/lib/groonga-delta:z \
  ghcr.io/groonga/groonga-delta:latest \
  groonga-delta-apply \
    --server \
    --dir=/var/lib/groonga-delta/apply

License

GPLv3 or later. See LICENSE.txt for details.