-
Updated
Feb 18, 2022 - JavaScript
#
dataloader
Here are 214 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.
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
c-sharp
graphql-client
graphql
resolver
facebook
dotnet
graphql-server
graphql-schema
dotnet-core
asp-net-core
dataloader
asp-net
graphql-dotnet
graphql-parser
schema-stitching
hotchocolate
graphql-syntax
greendonut
graphql-schema-stitching
strawberryshake
-
Updated
Feb 22, 2022 - C#
-
Updated
Aug 29, 2021 - Ruby
Implementation of Facebook's DataLoader in Golang
-
Updated
Oct 28, 2021 - Go
mpx2m
commented
Jan 21, 2022
If there is proto like this:
syntax = "proto3";
package proto.v1;
service TestService {
rpc Login (LoginRequest) returns (LoginResponse);
}
message LoginRequest {
string name = 1;
string password = 2;
string phone = 3;
string email = 4;
string verification_code = 5;
string card_no = 6;
string reader = 7;
string credential = 8;
stLight-weight Single Person Pose Estimator
lightweight
machine-learning
real-time
deep-learning
heatmap
realtime
pytorch
dataloader
squeezenet
data-augmentation
pose-estimation
mobile-device
shufflenet
resnet-18
mobilenetv2
deeppose
shufflenet-v2
shufflenetv2
dsntnn
-
Updated
Jan 14, 2022 - Jupyter Notebook
A Java 8 port of Facebook DataLoader
-
Updated
Feb 15, 2022 - Java
Very simple boilerplate using GraphQL and DataLoader
-
Updated
Jun 25, 2019 - JavaScript
TLESORT
opened
Feb 2, 2021
The advanced Salesforce Data Loader SFDX Plugin (SFDMU) will assist you to populate your org (scratch/development/sandbox/production) with data imported from another org or CSV files. Supports Delete, Insert, Update and Upsert for multiple related sObjects.
dataloader
data-migration
csv-export
csv-import
sfdx
data-loader
sfdx-plugin
salesforce-data-loader
data-migration-tool
salesforce-data-migration-tool
salesforce-data-migration
salesforce-data-transfer
-
Updated
Feb 11, 2022 - TypeScript
Generic PyTorch dataset implementation to load and augment VIDEOS for deep learning training loops.
-
Updated
Dec 31, 2021 - Python
NestJS example with GraphQL, Schema-Stitching, Dataloader, GraphQL Upload, RabbitMQ, Redis, Scalable Websocket and JWT authentication
graphql
redis
oauth2
amqp
socket-io
typeorm
dataloader
jwt-authentication
nestjs
schema-stitching
graphql-upload
-
Updated
Feb 17, 2022 - TypeScript
DataLoaderPhp is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
-
Updated
Feb 16, 2022 - PHP
TypeGraphQL + DataLoader + TypeORM made easy
-
Updated
Nov 22, 2021 - TypeScript
A DataLoader for Clojure/script
-
Updated
Jun 8, 2021 - Clojure
PyTorch implementation of the CVPR 2019 paper “Pyramid Feature Attention Network for Saliency Detection”
python
training
tensorflow
keras
inference
python3
pytorch
dataset
attention
dataloader
pretrained-models
salient-object-detection
saliency-detection
pretrained
pytorch-implementation
cvpr2019
edge-loss
duts
-
Updated
Dec 14, 2020 - Python
Dataloader is a generic utility for batch data loading with caching, works great with GraphQL
-
Updated
Feb 7, 2018 - Ruby
Useful library for data driven Windows Phone 8 and Windows 8 C# / XAML WinRT projects
c-sharp
xaml
nuget
uwp
progressbar
flyout
windows-phone
winrt
windows10
dataloader
universal-apps
xaml-winrt
-
Updated
May 7, 2021 - C#
stephenh
commented
Feb 22, 2022
When an entity is first created, include a config.placeholder() line like:
import { someEntityConfig as config } from "./entities";
export class SomeEntity { ... }
config.placeholder();
Where placeholder is a noop, but it keeps the config import in place so that when the developer is ready to add custom rules/hooks, they don't have to type out / know about the `someEnti
Pytorch and TensorFlow data loaders for several audio datasets
-
Updated
Jan 13, 2020 - Python
-
Updated
Feb 18, 2022 - TypeScript
Batching and Caching layer using Redis as the Caching layer
-
Updated
Jun 12, 2021 - JavaScript
-
Updated
Aug 10, 2021 - TypeScript
Efficient data fetching for your Javascript Applications
-
Updated
Dec 29, 2021 - JavaScript
A generic triplet data loader for image classification problems,and a triplet loss net demo.
-
Updated
Aug 6, 2020 - Python
GraphQL running on Cloudflare Workers
-
Updated
Feb 11, 2022 - JavaScript
Efficient, asynchronous batching and caching in clustered environments, port of Facebook DataLoader
-
Updated
Aug 6, 2017 - Java
Improve this page
Add a description, image, and links to the dataloader topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dataloader topic, visit your repo's landing page and select "manage topics."


Discussed in 99designs/gqlgen#1854
Originally posted by daviFrag January 26, 2022
What happened?
While i was reinitializing the go.mod file in my project go outputs this error: