Status | Version | Download | Platforms |
---|---|---|---|
Beta |
0.1.1 | Releases | Mac |
Sparrow is a minimal Aerospike client used to view data from your Aerospike cluster. Sparrow does not have ability to write/update data yet.
Due to the lack of proper pre-approving AQL query in engine, Sparrow implements
a simple schema for querying the RecordSet
. This schema is then
- analyzed
- validated
- converted
into respective FilterExpression and Statement.
{
"filter": ["codekidX"],
"bins": ["email", "mobile"]
}
filter
your set where primary key iscodekidX
bins
lets you include the data corresponding to yourfilter
Currently you'll not be able to build and debug Sparrow on your system. There is a custom aerospike-client-rust fork with support for info command used in this app. The custom fork is not pushed upstream and want to maintain locally until it does.
yarn tauri dev