#
batch
Here are 126 public repositories matching this topic...
A Java 8 port of Facebook DataLoader
-
Updated
Jul 18, 2022 - Java
Asakusa Framework
-
Updated
Jul 15, 2022 - Java
Implementation of Jakarta Batch Specification and API
-
Updated
Jul 13, 2022 - Java
REST API for Spring Batch using Spring Boot 2.2
java
rest
spring-boot
rest-api
batch
java-8
spring-mvc
hateoas
spring-batch
batch-processing
swagger2
java-11
-
Updated
Mar 31, 2021 - Java
Efficient, asynchronous batching and caching in clustered environments, port of Facebook DataLoader
-
Updated
Aug 6, 2017 - Java
Replicates database CDC events to Apache Iceberg Tables
-
Updated
Jul 17, 2022 - Java
Windows Hacking FrameWork using Reverse Shell
python
windows
framework
hack
reverse-shell
hacking
windows-10
batch
batch-file
python-3
batch-script
batchfile
bat
canarddu38
-
Updated
Jul 19, 2022 - Java
Quarkus Extension for Batch Applications.
-
Updated
Jul 20, 2022 - Java
InstaBotJ main repository.
-
Updated
Jul 28, 2021 - Java
How to copy from a CSV file with fixed length tokens to the database.
-
Updated
Sep 9, 2011 - Java
Example of using Camunda batch extension. See https://github.com/camunda/camunda-bpm-custom-batch
-
Updated
Mar 9, 2018 - Java
Batch runtime framework, see https://yupiik.github.io/yupiik-batch/ for details
-
Updated
Jul 18, 2022 - Java
SpringBoot项目细分整合
-
Updated
Oct 12, 2021 - Java
Cataloguing tool for converting specially formatted text files containing dublin core metadata into various formats
-
Updated
Oct 10, 2018 - Java
This is the file deletion batch written in Java and licensed under the Apache License 2.0. The user can set detailed conditions for files to be deleted, and the batch deletion process will be fast and safe based on the defined rules.
-
Updated
Jul 26, 2021 - Java
ismailsimsek
commented
Jan 10, 2022
should be easy to implement hudi consumer similar to sparkbigquerybatch BatchSparkBigqueryChangeConsumer
previous attempt #11
Improve this page
Add a description, image, and links to the batch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the batch topic, visit your repo's landing page and select "manage topics."
What happened?
BigQuery IO currently rejects table names that contain spaces.
From https://cloud.google.com/bigquery/docs/tables#table_naming : a table name can contain spaces.
Looks like it will require an update to this regex: https://github.com/apache/beam/blob/ac20321008e51c401731895ea934642b4648efd3/sdks/python/apache_beam/io/gcp/bigquery_tools.py#L258
Similar to this PR which a