/cartography-queries

Utilities for programmatic analysis of Cartography data

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Cartography Queries

This is the companion repo for the "Continuous Visibility into Ephemeral Cloud Environments" series.

Custom Queries

The file queries/queries.json contains a set of custom queries specifically created for analysing data collected by Cartography, and is structured as a list of dictionaries, where each dictionary represents an annotated query (enriched with metadata).

Consumers

Elasticsearch

The consumers/elasticsearch folder contains all the code needed to get you started with integrating Elasticsearch with Cartography data.

For more information, please refer to the README.md file in that folder, and the "Tracking Moving Clouds: How to continuously track cloud assets with Cartography" blog post.

Jupyter Notebooks

The consumers/jupyter_notebooks folder contains all the code needed to get you started with your own Jupyter reports for analysing Cartography data.

For more information, please refer to the README.md file in that folder, and the "Repeatability: Jupyter Notebooks" section of the "Mapping Moving Clouds: how to stay on top of your ephemeral environments with Cartography" blog post.

Deployment on Kubernetes

I've now described an automated process to get Neo4J and Cartography up and running in a Kubernetes cluster at: Automating Cartography Deployments on Kubernetes.

References