Sync data from one Postgres database to another
:elephant: :bustsinsilhouette: Manage PostgreSQL roles and privileges from YAML or LDAP
pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos
A very simple tool to map Vert.x's json configuration onto a typed configuration Java bean.
This module allows you to schedule an event using a Cron specification. It can either send or publish a message to the address of your choice. If the consumer of that message returns a response, you can specify where to send that response when the consumer completes. You can also cancel the…
Die Hauptfunktionen von diabolicallabs/vertx-cron sind: Data Utilities.
Open-Source-Alternativen zu diabolicallabs/vertx-cron sind unter anderem: ankane/pgsync — Sync data from one Postgres database to another. dalibo/ldap2pg — :elephant: :busts_in_silhouette: Manage PostgreSQL roles and privileges from YAML or LDAP. dimitri/pgloader — pgloader is a command-line tool that automates the migration of data and schema from various source databases and file… dimitri/regresql — Regression Testing your SQL queries. engagingspaces/vertx-dataloader — Efficient, asynchronous batching and caching in clustered environments, port of Facebook DataLoader. aesteve/vertx-pojo-config — A very simple tool to map Vert.x's json configuration onto a typed configuration Java bean.