Page MenuHomeFreeBSD

[NEW PORT] databases/pgloader3: data loading tool for PostgreSQL,using the COPY command
ClosedPublic

Authored by amutu_amutu.com on Jun 15 2017, 9:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 8 2024, 4:22 PM
Unknown Object (File)
Dec 20 2023, 5:54 AM
Unknown Object (File)
Dec 17 2023, 4:06 PM
Unknown Object (File)
Dec 13 2023, 6:58 AM
Unknown Object (File)
Sep 1 2023, 6:26 PM
Unknown Object (File)
Aug 28 2023, 4:07 AM
Unknown Object (File)
Jul 13 2023, 10:14 AM
Unknown Object (File)
Jul 6 2023, 8:46 PM
Subscribers
None

Details

Reviewers
lwhsu
miwi
bapt
tz
Summary

Pgloader loads data into PostgreSQL using the COPY streaming protocol,and
doing so with separate threads for reading and writing data.Asynchronous
IO,compiled to the metal programming language.
pgloader knows how to read data from MySQL,SQLite or dBase databases,and
knows how to discover the schema and properly cast data types over.It also
knows how to read CSV files in several definitions of CSV,and fixed columns
files.

WWW: http://pgloader.io

pgloader2 is written in python, the author rewrite pgloader3 in lisp. It is active maintained and more powerful than pgloader2.

PR: 219165

Test Plan

portlint clean.
poudriere testport tested: 11.0Ramd64,11.0Ri386,10.3Ramd64

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

1.use PKGNAMESUFFIX = 3
2.make the patch of Makefile simple
3.update to 3.4.1

Was committed yesterday and can be closed :)

This revision is now accepted and ready to land.Aug 9 2017, 8:17 AM