Skip to content

Commit

Permalink
monthly product updates #9
Browse files Browse the repository at this point in the history
  • Loading branch information
pilvikala committed Oct 31, 2023
1 parent 9c2db8c commit 3d5b3df
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions website/pages/blog/product-updates-9.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: "CloudQuery Product Updates #9"
tag: product
date: 2023/11/01
description: >-
Monthly updates on CloudQuery product and roadmap.
author: michal
---

import { BlogHeader } from "../../components/BlogHeader"

<BlogHeader/>

Hey everyone! Our monthly round-up of CloudQuery product and roadmap updates is here! Here are the main highlights:

- We have launched the Hub!
- CloudQuery is now an official [Google Partner](/blog/announcing-gcp-partnership).
- We are on [G2](https://www.g2.com/products/cloudquery/reviews) and we would love to see your feedback there!

## Sources

### AWS, GCP, Azure Highlights

- AWS: Added `aws_ec2_vpc_endpoint_connections` table.
- AWS: Added `aws_lambda_function_url_configs` table.
- GCP: Added `gcp_networkconnectivity_locations` and `gcp_networkconnectivity_internal_ranges`. Shoutout to [shani1998](https://github.com/shani1998) for their contribution!

Check failure on line 26 in website/pages/blog/product-updates-9.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] website/pages/blog/product-updates-9.mdx#L26

[Vale.Spelling] Did you really mean 'Shoutout'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Shoutout'?", "location": {"path": "website/pages/blog/product-updates-9.mdx", "range": {"start": {"line": 26, "column": 97}}}, "severity": "ERROR"}
- K8S: Added `k8s_core_pod_templates` table for `PodTemplate` k8s resource. Shoutout to [cychiang](https://github.com/cychiang) for their contribution!

Check failure on line 27 in website/pages/blog/product-updates-9.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] website/pages/blog/product-updates-9.mdx#L27

[Vale.Spelling] Did you really mean 'Shoutout'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Shoutout'?", "location": {"path": "website/pages/blog/product-updates-9.mdx", "range": {"start": {"line": 27, "column": 77}}}, "severity": "ERROR"}

Check failure on line 27 in website/pages/blog/product-updates-9.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] website/pages/blog/product-updates-9.mdx#L27

[Vale.Spelling] Did you really mean 'cychiang'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'cychiang'?", "location": {"path": "website/pages/blog/product-updates-9.mdx", "range": {"start": {"line": 27, "column": 90}}}, "severity": "ERROR"}

## Destinations

The Neo4j destination plugin `v5.0.0` now supports creating & recreating (range) indexes for tables with primary keys. This significantly increases data load speed & enables users to perform comparisons on the primary key columns. See more information in the [Neo4j documentation](https://neo4j.com/docs/cypher-manual/current/indexes-for-search-performance/).

## SDKs

In September, we launched SDKs for Javascript, Java, and Python. We have now created more content to help you get started using these: Learn how to create new plugins either with [Python (video walkthrough)](https://www.youtube.com/watch?v=TSbGHz5Z09M) or [JavaScript (blog post)](/blog/creating-a-new-js-plugin).

Check failure on line 35 in website/pages/blog/product-updates-9.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] website/pages/blog/product-updates-9.mdx#L35

[Vale.Spelling] Did you really mean 'Javascript'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Javascript'?", "location": {"path": "website/pages/blog/product-updates-9.mdx", "range": {"start": {"line": 35, "column": 36}}}, "severity": "ERROR"}

## CLI

The new `cloudquery plugin install` command makes building Docker images easier: it can be used to download plugins based on the provided config without the need to run a sync or migration with the plugin.

Read more about how to use it to build a container with plugins in our [Deployment documentation](/docs/deployment/docker-offline)

Read the [documentation](/docs/reference/cli/cloudquery_plugin_install) on the new command.

## Blog

- We have launched the **Hub**! Read about what it is in our [announcement](https://cloudquery.io/announcing-cloudquery-new-hub).
- CloudQuery is now an official member of the **Google Cloud Partner Advantage Program** as a **Technology Build Partner**. Read our [announcement](/blog/announcing-gcp-partnership).

## Help us help you!

We are always looking for users to talk to so we can learn how they use CloudQuery and find out what we could improve. Do you have anything to share? [Book a meeting!](https://calendar.app.google/VuKvf5RwXoKFfXuh8)

0 comments on commit 3d5b3df

Please sign in to comment.