Teradata VantageCloud: Open, Scalable Cloud Analytics for AI
VantageCloud is Teradata’s cloud-native analytics and data platform designed for performance and flexibility. It unifies data from multiple sources, supports complex analytics at scale, and makes it easier to deploy AI and machine learning models in production. With built-in support for multi-cloud and hybrid deployments, VantageCloud lets organizations manage data across AWS, Azure, Google Cloud, and on-prem environments without vendor lock-in. Its open architecture integrates with modern data tools and standard formats, giving developers and data teams freedom to innovate while keeping costs predictable.
Learn more

Accelerate your data journey with AnalyticsCreator—a metadata-driven data warehouse automation solution purpose-built for the Microsoft data ecosystem. AnalyticsCreator simplifies the design, development, and deployment of modern data architectures, including dimensional models, data marts, data vaults, or blended modeling approaches tailored to your business needs.
Seamlessly integrate with Microsoft SQL Server, Azure Synapse Analytics, Microsoft Fabric (including OneLake and SQL Endpoint Lakehouse environments), and Power BI. AnalyticsCreator automates ELT pipeline creation, data modeling, historization, and semantic layer generation—helping reduce tool sprawl and minimizing manual SQL coding.
Designed to support CI/CD pipelines, AnalyticsCreator connects easily with Azure DevOps and GitHub for version-controlled deployments across development, test, and production environments. This ensures faster, error-free releases while maintaining governance and control across your entire data engineering workflow.
Key features include automated documentation, end-to-end data lineage tracking, and adaptive schema evolution—enabling teams to manage change, reduce risk, and maintain auditability at scale. AnalyticsCreator empowers agile data engineering by enabling rapid prototyping and production-grade deployments for Microsoft-centric data initiatives.
By eliminating repetitive manual tasks and deployment risks, AnalyticsCreator allows your team to focus on delivering actionable business insights—accelerating time-to-value for your data products and analytics initiatives.
Learn more
Apache Iceberg
Iceberg is an advanced format designed for managing extensive analytical tables efficiently. It combines the dependability and ease of SQL tables with the capabilities required for big data, enabling multiple engines such as Spark, Trino, Flink, Presto, Hive, and Impala to access and manipulate the same tables concurrently without issues. The format allows for versatile SQL operations to incorporate new data, modify existing records, and execute precise deletions. Additionally, Iceberg can optimize read performance by eagerly rewriting data files or utilize delete deltas to facilitate quicker updates. It also streamlines the complex and often error-prone process of generating partition values for table rows while automatically bypassing unnecessary partitions and files. Fast queries do not require extra filtering, and the structure of the table can be adjusted dynamically as data and query patterns evolve, ensuring efficiency and adaptability in data management. This adaptability makes Iceberg an essential tool in modern data workflows.
Learn more
Apache Kudu
A Kudu cluster comprises tables that resemble those found in traditional relational (SQL) databases. These tables can range from a straightforward binary key and value structure to intricate designs featuring hundreds of strongly-typed attributes. Similar to SQL tables, each Kudu table is defined by a primary key, which consists of one or more columns; this could be a single unique user identifier or a composite key such as a (host, metric, timestamp) combination tailored for time-series data from machines. The primary key allows for quick reading, updating, or deletion of rows. The straightforward data model of Kudu facilitates the migration of legacy applications as well as the development of new ones, eliminating concerns about encoding data into binary formats or navigating through cumbersome JSON databases. Additionally, tables in Kudu are self-describing, enabling the use of standard analysis tools like SQL engines or Spark. With user-friendly APIs, Kudu ensures that developers can easily integrate and manipulate their data. This approach not only streamlines data management but also enhances overall efficiency in data processing tasks.
Learn more