Here are
1,177 public repositories
matching this topic...
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
Updated
Sep 6, 2020
JavaScript
Build your neural network easy and fast
Updated
Jun 8, 2020
Jupyter Notebook
Apache Beam is a unified programming model for Batch and Streaming
Updated
Sep 11, 2020
Java
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
Distributed, masterless, high performance, fault tolerant data processing
Updated
Aug 31, 2019
Clojure
π¦ Amazingly incredible extraordinary lightning fast diffing in Swift
Updated
Jun 27, 2020
Swift
Entity Framework Core Bulk Batch Extensions for Insert Update Delete and Read (CRUD) operations on SQL Server and SQLite
πΏ εΊδΊspringbootηεΏ«ιε¦δΉ η€ΊδΎ,ζ΄εθͺε·±ιε°ηεΌζΊζ‘ζΆ,ε¦οΌrabbitmq(ε»ΆθΏιε)γKafkaγjpaγrediesγoauth2γswaggerγjspγdockerγspring-batchγεΌεΈΈε€ηγζ₯εΏθΎεΊγε€ζ¨‘εεΌεγε€η―ε’ζε
γηΌεcacheγη¬θ«γjwtγGraphQLγdubboγzookeeperεAsyncηηπ
Updated
Aug 30, 2020
Java
Serverless batch computing made simple.
Updated
Sep 11, 2020
TypeScript
manage your git repositories in one place
A query batching executor for the graphql gem
Updated
Jul 23, 2020
Ruby
A Facebook Graph API SDK For Go.
This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
Updated
Sep 11, 2020
Shell
A simple but powerful anime downloader and streamer.
Updated
Sep 10, 2020
Python
A basic user tool to execute simple docker containers in batch or interactive systems without root privileges
Updated
Sep 3, 2020
Python
A tool for pixiv.net. δΊΊδΊΊε―η¨ηPη«η¬θ«
OpenMessaging Runtime Interface for Java
Updated
Jun 11, 2020
Java
The simple, stupid batch framework for Java
Updated
Aug 16, 2020
Java
ActiveRecord PostgreSQL Adapter extension for using a cursor to return a large result set
Updated
Jan 17, 2020
Ruby
A Java 8 port of Facebook DataLoader
Video encoding / transcoding / converting for node.js
Updated
Dec 21, 2019
JavaScript
STOP UPDATE SINCE 2018-05===PLS SUPPORT ORIGINAL====PUBG CHEAT η»ε°ζ±η ειΈ‘ δ½εΌ ε€ζ γγΌγ Plug-in ADD-ON ΠΌΠΎΡΠ΅Π½Π½ΠΈΡΠ°ΡΡ νλ¬κ·ΈμΈ
A Windows Batch script and a Unix Bash script to comprehensively collect host forensic data during incident response.
Updated
Jun 6, 2019
Batchfile
Sets up file associations for mpv on Windows
Updated
Feb 26, 2018
Batchfile
Amazon Web Services CloudWatch Logs Handler for Monolog library
Run jobs (tasks/one-shot containers) with Docker
Ruby's missing background and batch processing system
Updated
Jul 16, 2020
Ruby
A GraphQL batching model which groups execution by GraphQL fields.
Updated
Aug 27, 2018
JavaScript
Improve this page
Add a description, image, and links to the
batch
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
batch
topic, visit your repo's landing page and select "manage topics."
Learn more
You canβt perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I am aggregating some events for 7 days from a partitioned table, and want to use mockTable for integration tests of my SQL.
SELECT flight_id AS flightId, campaign_id AS campaignId, ad_format FROM ad-selfserve.ad_platform_services.clean_flights_* WHERE _TABLE_SUFFIX >= $START_DATE AND _TABLE_SUFFIX < $END_DATE)tests:
`
val CLEAN_FLIGHTS_TABLE_REF = "ad-selfserve:ad