dragonflydb / dragonflydb/dragonfly
Support filter expressions in the JSON PATH V2
Open
minor
- Dominant language
- C++
- Stars
- 31.6k
- Forks
- 1.3k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 137
Description
We need to support filter expressions in the JSON PATH V2
```bash
JSON.GET json '$.array[?(@.price<10)].size'
```
Contributor guide
Research direction
The entry point named by the issue is JSON.GET with JSON PATH V2; locate its path parser and evaluation code first. Reproduce the supplied command, then verify that the filter expression is accepted and returns the matching path value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100