vertx-values enhances JSON handling in Vert.x by providing codecs for the immutable JSON objects from the json-values library. It eliminates the need for copying JSON data during transmission over the Event Bus, reducing garbage collection overhead and boosting performance.
imrafaelmerino/vertx-values 的主要功能包括:Data Utilities。
imrafaelmerino/vertx-values 的开源替代品包括: 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. diabolicallabs/vertx-cron — This module allows you to schedule an event using a Cron specification. It can either send or publish a message to the… 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. aesteve/vertx-pojo-config — A very simple tool to map Vert.x's json configuration onto a typed configuration Java bean.
Sync data from one Postgres database to another
:elephant: :bustsinsilhouette: Manage PostgreSQL roles and privileges from YAML or LDAP
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…
A very simple tool to map Vert.x's json configuration onto a typed configuration Java bean.