issues
search
google
/
badwolf
Temporal graph store abstraction layer.
Apache License 2.0
983
stars
66
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: use time.Since instead of time.Now().Sub
#173
testwill
opened
1 year ago
0
chore: use strings.Contains(xx, xx) instead
#172
testwill
opened
1 year ago
0
Add comments to graph struct, making it explicit that channels are closed by the fetch functions.
#171
thiagovas
closed
2 years ago
0
Store a pointer to slice in `sync.Pool`.
#170
sidnei
closed
2 years ago
0
Use `sync.Pool` to reduce the number of allocations in `UUID()` method all around
#169
sidnei
closed
2 years ago
0
Limit concurrency in planner to runtime.GOMAXPROCS(0)
#168
sidnei
closed
2 years ago
0
Don't use `bytes.Buffer` unless necessary.
#167
sidnei
closed
2 years ago
0
Optimize slice allocation in Badwolf.
#166
thiagovas
closed
2 years ago
0
Table results seems to contains a value with a empty binding
#165
rbkloss
opened
3 years ago
0
add offset in LookupOptions and tests in memory
#164
Caiogoia
closed
3 years ago
0
remove fatal from goroutines
#163
Caiogoia
closed
3 years ago
0
Make LIMIT be processed in the driver level
#162
rogerlucena
opened
3 years ago
0
Update and improve documentation
#161
rogerlucena
closed
3 years ago
0
Fix behavior when having FILTER options and global lookup options simultaneously
#160
rogerlucena
closed
3 years ago
0
Fix issues with tracer and improve tracing messages
#159
rogerlucena
closed
3 years ago
0
Support verbosity levels configuration for tracing
#158
rogerlucena
closed
3 years ago
0
Add more metadata to tracer to improve debugability
#157
rogerlucena
closed
3 years ago
1
Add support for FILTER Value at the grammar and hooks levels
#156
rogerlucena
closed
3 years ago
0
Support pprof profiling in BadWolf
#155
rogerlucena
closed
3 years ago
0
FILTER isTemporal
#154
rogerlucena
closed
4 years ago
0
FILTER isImmutable
#153
rogerlucena
closed
4 years ago
1
Refactor tests in BadWolf to use t.Run()
#152
rogerlucena
opened
4 years ago
0
Structure tracer and make it more easily extendible
#151
rogerlucena
closed
4 years ago
1
FILTER keyword for latest anchor queries (planner/memory)
#150
rogerlucena
closed
4 years ago
0
FILTER keyword for latest anchor queries (grammar/lexer/hooks)
#149
rogerlucena
closed
4 years ago
0
Rename "f" to "hook" in "hooks.go"
#148
rogerlucena
closed
4 years ago
0
Add header comments to test_util.go
#147
thiagovas
closed
4 years ago
0
FILTER keyword for latest anchor queries
#146
rogerlucena
closed
4 years ago
1
Update go version from 1.13 to 1.15
#145
thiagovas
closed
4 years ago
0
Create the file "test_util.go"
#144
rogerlucena
closed
4 years ago
0
Use a separate function to drain channels in "data_access.go"
#143
rogerlucena
closed
4 years ago
0
convert aaps to map outside of the locked region
#142
iccananea
closed
4 years ago
0
Make trailing dot optional after the last clause inside WHERE
#141
rogerlucena
closed
4 years ago
0
"BETWEEN start_date, end_date" should return an error if "start_date > end_date"
#140
rogerlucena
opened
4 years ago
0
Refactor expression.go to improve readability
#139
rogerlucena
closed
4 years ago
0
Add instructing error messages in the case of node binding inequalities inside HAVING clauses
#138
rogerlucena
closed
4 years ago
0
Support predicate binding equalities inside HAVING clauses
#137
rogerlucena
closed
4 years ago
0
Use lexer.ItemTime instead of lexer.ItemPredicate for AFTER and BEFORE clauses
#136
rogerlucena
closed
4 years ago
1
Adjust behavior of time bindings for non-predicate objects
#135
rogerlucena
closed
4 years ago
0
Support time binding comparisons inside HAVING clauses
#134
rogerlucena
closed
4 years ago
0
Fix problem with short variable assignment in "data_access.go"
#133
rogerlucena
closed
4 years ago
0
Allow single AT extraction just after object binding in grammar
#132
rogerlucena
closed
4 years ago
0
Allow permutations of the ID and TYPE keywords in grammar
#131
rogerlucena
closed
4 years ago
0
TestPlannerQuery in planner_test.go should test deeper
#130
rogerlucena
opened
4 years ago
0
FILTER keyword
#129
rogerlucena
opened
4 years ago
1
Adjust behavior of TYPE bindings for non-node objects
#128
rogerlucena
closed
4 years ago
0
Adjust behavior of AT and time anchor bindings for immutable predicates
#127
rogerlucena
closed
4 years ago
0
Adjust behavior of time bindings for immutable predicates and TYPE bindings for non-node objects
#126
rogerlucena
closed
4 years ago
1
Refactor "data_access_test.go" for clarity and conciseness
#125
rogerlucena
closed
4 years ago
1
Expand support of TYPE extraction for literals and predicates too, in addition to nodes
#124
rogerlucena
opened
4 years ago
2
Next