Export from Pagerduty to Neo4j

CloudQuery is an open-source data integration platform that allows you to export data from any source to any destination.

The CloudQuery Pagerduty plugin allows you to sync data from Pagerduty to any destination, including Neo4j. It's free, open source, requires no account, and takes only minutes to get started.

Ready? Let's dive right in!

Step 1. Install the CloudQuery CLI

The CloudQuery CLI is a command-line tool that runs the sync. It supports MacOS, Linux and Windows.

brew install cloudquery/tap/cloudquery

Step 2. Configure the Pagerduty source plugin

Create a configuration file for the Pagerduty plugin and set up authentication.

Configuration

Create a file called pagerduty.yaml and add the following contents:

Fine-tune this configuration to match your needs. For more information, see the Pagerduty Plugin ↗ page in the docs.

Authentication

Step 3. Configure the Neo4j destination plugin

Create a configuration file for the Neo4j plugin and set up authentication.

Configuration

Create a file called neo4j.yaml and add the following contents:

Fine-tune this configuration to match your needs. For more information, see the Neo4j Plugin ↗ page in the docs.

Step 4. Start the Sync

Run the following command in your terminal to start the sync

And away we go! 🚀 The sync will run until completion, fetching all selected tables from Pagerduty. Any errors will be logged to a file called cloudquery.log.

Further Reading

Now that you've seen the basics of syncing Pagerduty to Neo4j, you should know that there's a lot more you can do. Check out the CloudQuery Documentation, Source Code and How-to Guides for more details.