Search local context
data://host/records/query/search
{
"q": "domain",
"limit": 10
}
Data connector
SQLite Context Store gives the host a small durable memory for records, artifacts, checks and logs. It is useful for workflows that need to remember what was checked, imported, generated or changed.
python>=3.10data://host/records/query/search
{
"q": "domain",
"limit": 10
}
log://host/logs/query/recent
{
"limit": 20
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=sqlite-context' | bash
{
"id": "sqlite-context",
"name": "SQLite Context Store",
"status": "available",
"uriSchemes": [
"data",
"artifact",
"check",
"log"
],
"routes": [
"data://host/records/query/search",
"artifact://host/artifacts/query/list",
"log://host/logs/query/recent"
],
"install": {
"mode": "bundled",
"pipPackages": []
},
"hubUrl": "https://connect.ifuri.com/connectors/sqlite-context"
}