An open API service indexing awesome lists of open source software.

https://github.com/tansen87/insightflow

flow
https://github.com/tansen87/insightflow

Last synced: 12 months ago
JSON representation

flow

Awesome Lists containing this project

README

          

# InsightFlow

### usage (json input)
```json
[
{
"op": "select",
"mode": null,
"column": "name|idx",
"alias": "new_name|new_idx"
},
{
"op": "filter",
"mode": "equal",
"column": "idx",
"value": "3"
},
{
"op": "filter",
"mode": "is_null",
"column": "idx"
}
]
```