issues
search
graph-gophers
/
dataloader
Implementation of Facebook's DataLoader in Golang
MIT License
1.21k
stars
75
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implement `Unwrap` interface for `SkipCacheError`
#112
goncalvesnelson
closed
5 months ago
0
Support cache skipping for `Load()` calls that throw `SkipCacheError`
#111
goncalvesnelson
opened
5 months ago
0
add Flush() to bypass waiting for the timer
#110
gburt
opened
8 months ago
0
Stop timer when it's no longer needed
#109
justinmayhew
closed
2 months ago
2
Why is the return type of NewBatchFunc *Load[K,V]?
#108
toyohashi6140
opened
1 year ago
1
Question: why return a thunk?
#107
fiatjaf
closed
9 months ago
1
Update docs for v7
#106
abekoh
opened
1 year ago
1
Non-memory cache and close context
#105
eaglemoor
opened
1 year ago
0
data cache + batch timeout
#104
eaglemoor
opened
1 year ago
1
Tracing interface makes proper use of Links impossible
#103
DylanRJohnston-FZ
opened
1 year ago
3
Loader not batching properly
#102
arthurvaverko
closed
1 year ago
4
pick changes from master
#101
pavelnikolov
closed
1 year ago
0
Metrics for cache hit rate etc.
#100
deefdragon
opened
1 year ago
1
add WithNoCache and modify readme
#99
it512
closed
8 months ago
0
Preventing panic after cancelled context
#98
josgba
closed
2 years ago
2
About caching in tutorial
#97
hdlinh1808
opened
2 years ago
1
NoCache option doesn't seems to work in v6.0.0
#96
zdraganov
opened
2 years ago
3
fix: trace no items
#95
jnoob
closed
1 year ago
1
expired DB certificate
#94
larisau
closed
2 years ago
0
Request to reintroduce Key/Keys interfaces
#93
sGy1980de
opened
2 years ago
3
few typo fixes
#92
rafaelvanoni
closed
2 years ago
0
how to use redis as cache
#91
ffrankfeng
closed
2 years ago
3
Slice of Pointers (?)
#90
K4L1Ma
opened
2 years ago
0
Example with a database and graphql
#89
ViniciusAtaide
opened
2 years ago
3
Remove unnecessary type descriptions
#88
pankona
closed
1 year ago
2
fix typos
#87
pankona
closed
2 years ago
1
Panic errors from batch function should not be cached
#86
vivek-ng
closed
2 years ago
1
fix panic caching
#85
vivek-ng
closed
2 years ago
0
Upgrade to Go v1.18 and add support for generics
#84
pavelnikolov
closed
2 years ago
4
Add generic support on next release?
#83
tsh96
closed
1 year ago
4
Fix typo
#82
mehran-prs
closed
3 years ago
1
Add some notes about the context parameter
#81
johnmaguire
closed
2 years ago
0
What context is passed into batchFn?
#80
johnmaguire
closed
2 years ago
2
Can I use this with gqlgen?
#79
frederikhors
closed
2 years ago
33
How to implement BigCache?
#78
Alcoholhaha
closed
2 years ago
1
test: fix flaky WithClearCacheOnBatch test
#77
tonyghita
opened
3 years ago
1
TestLoader/allows_clearAll_values_in_cache fails non-deterministically
#76
tonyghita
opened
3 years ago
0
ci: add Go 1.16, use default install, ensure module mode
#75
tonyghita
closed
3 years ago
0
Rename cache clearing test so that tests have distinct names
#74
mjq
closed
3 years ago
1
Fix install command in travis config
#73
mjq
closed
3 years ago
5
Pass correct results to TraceBatchFinishFunc
#72
mjq
opened
3 years ago
0
How do dataloaders solve the 1-to-many relationship?
#71
barneylvlin
opened
3 years ago
1
Passing query information to batch function?
#70
donecarlo
closed
3 years ago
2
Keys passed to batchFn can be sort by asc?
#69
KingWu
closed
2 years ago
2
Duplicate key for batchFun when applying no cache
#68
KingWu
closed
2 years ago
1
Migrate from dep to modules
#67
tonyghita
closed
4 years ago
0
Go Modules support
#66
jpastoor
closed
4 years ago
5
Go Modules Support
#65
AttilaTheFun
closed
4 years ago
2
Prevent panic when batchFunc returns nil in his results
#64
jpastoor
opened
4 years ago
6
wrong time to call 'TraceBatchFinishFunc'
#63
jimyang112
opened
4 years ago
2
Next