Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update links in Top picks from Teradata section #47

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions src/components/DevelopersHomepage/FeatureData.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,43 +49,43 @@ export const FeatureList2 = [
{
img: gettingStartedUrl,
img2: externalUrl,
title: 'Run Scripts on Vantage',
description: 'Sometimes, you need to apply complex logic to your data that can’t be easily expressed in SQL. One option is to wrap your logic in a User Defined Function (UDF). What if you ...',
href: '/ai-unlimited/install-ai-unlimited/',
title: 'Explore Vantage AI/ML features',
description: 'Get a free hands-on demo environment to explore Teradata VantageCloud’s ClearScape Analytics™',
href: 'https://www.teradata.com/getting-started/demos/clearscape-analytics',
},
{
img: gettingStartedUrl,
img2: externalUrl,
title: `Using Vantage from a Jupyter notebook`,
description: 'In this how-to we will go through the steps for connecting to Teradata Vantage from a Jupyter notebook.',
href: '/ai-unlimited/explore-and-analyze-data/use-cases/',
title: `Use dbt with Teradata Vantage`,
description: 'Learn how to use dbt, a leading ELT tool, with Teradata Vantage.',
href: '/quickstarts/manage-data/dbt/',
},
{
img: downloadsUrl,
img2: externalUrl,
title: `Teradata Tools and Utilities`,
description: 'In this how-to we will go through the steps for connecting to Teradata Vantage from a Jupyter notebook.',
href: '/ai-unlimited/whats-new/',
title: `Query data in object storage`,
description: 'Learn how to analyze data stored in object storage using SQL.',
href: '/quickstarts/manage-data/nos/',
},
{
img: gettingStartedUrl,
img2: externalUrl,
title: `Connect to Vantage using Python`,
description: 'This how-to demonstrates how to connect to Vantage using teradatasql Python database driver for Teradata Vantage.',
href: '/ai-unlimited/explore-and-analyze-data/use-cases/',
title: `Use Airbyte to load data to Vantage`,
description: 'Use Airbyte ELT tool to load data from your applications and databases into VantageCloud.',
href: '/quickstarts/manage-data/use-airbyte-to-load-data-from-external-sources-to-teradata-vantage/',
},
{
img: downloadsUrl,
img2: externalUrl,
title: `Vantage Analytics Library`,
description: 'The Vantage Analytics Library (VAL) consists of a Java XSP (a SQL generator), 2 table operators (to support the KMeans and Decision Tree algorithms) and statistical te...',
href: '/ai-unlimited/whats-new/',
title: `Getting Started with Teradata ModelOps`,
description: 'In the tutorial, you will be able to create a new project in ModelOps, upload the required data to Vantage, and track the full lifecycle.',
href: '/quickstarts/analyze-data/deploy-and-monitor-machine-learning-models-with-teradata-modelops-and-git/',
},
{
img: downloadsUrl,
img2: externalUrl,
title: `Teradata JDBC Driver`,
description: 'The Teradata JDBC Driver enables Java applications to connect to the Teradata Database.',
href: '/ai-unlimited/whats-new/',
title: `Connect to Vantage using JDBC`,
description: 'The JDBC Driver allows you to connect to the Teradata database from external applications.',
href: '/quickstarts/create-applications/jdbc/',
}
];
];
Loading