Categorygithub.com/roncewind/move
modulepackage
0.0.12
Repository: https://github.com/roncewind/move.git
Documentation: pkg.go.dev

# README

move

Part of the senzing-tools suite.

This command can run stand-alone or as part of senzing-tools.

Stand-alone syntax:

move --input-url "https://public-read-access.s3.amazonaws.com/TestDataSets/SenzingTruthSet/truth-set-3.0.0.jsonl" --output-url "amqp://guest:[email protected]:5672?exchange=senzing-rabbitmq-exchange&queue-name=senzing-rabbitmq-queue&routing-key=senzing.records"

as part of senzing-tools it is a sub-command:

senzing-tools move --input-url "https://public-read-access.s3.amazonaws.com/TestDataSets/SenzingTruthSet/truth-set-3.0.0.jsonl" --output-url "amqp://guest:[email protected]:5672?exchange=senzing-rabbitmq-exchange&queue-name=senzing-rabbitmq-queue&routing-key=senzing.records"
go run . --input-url "file:///home/roncewind/data/truth-set-3.0.0.jsonl" --output-url "amqp://user:bitnami@senzing-rabbitmq:5672?exchange=senzing-rabbitmq-exchange&queue-name=senzing-rabbitmq-queue&routing-key=senzing.records"

comparison of different buffer and worker settings

read chan bufworkerstime to move 1M (s)
102014
1002014
101015
5010015
02018
100100019
10421

# Packages

0.2.1 Created by make-go-github-file.yaml on Fri Mar 31 21:16:54 UTC 2023.
No description provided by the author
One or two sentence synopsis of the package..