User Guide

Synapse-ZETAlytics User Guide

Synapse-ZETAlytics adds new Storm commands to allow you to query the ZETAlytics API using your existing API key.

Getting Started

Check with your Admin to enable permissions and find out if you need a personal API key.

Examples

Setting your personal API key

To set-up a personal use API key:

> zetalytics.setup.apikey --self myapikey
Setting Synapse-ZETAlytics API key for the current user.

Use of meta:source nodes

Synapse-ZETAlytics uses a meta:source node and -(seen)> light weight edges to track nodes observed from the ZETAlytics API.

> meta:source=9e36fef6fb5172bee14c06dc965ca11b
meta:source=9e36fef6fb5172bee14c06dc965ca11b
        .created = 2024/04/22 20:11:42.670
        :name = zetalytics api

Storm can be used to filter nodes to include/exclude nodes which have been observed by Synapse-ZETAlytics. The following example shows how to filter the results of a query to include only results observed by Synapse-ZETAlytics:

> #cool.tag.lift +{ <(seen)- meta:source=9e36fef6fb5172bee14c06dc965ca11b }