Search by Algolia
What is B2B ecommerce? Everything you need to know
e-commerce

What is B2B ecommerce? Everything you need to know

When you think of “customer experience,” what comes to mind? People, right? Specifically, consumers. Retail customers. That’s easy; the ...

Vincent Caruana

Sr. SEO Web Digital Marketing Manager

What is ecommerce merchandising? Key components and best practices
e-commerce

What is ecommerce merchandising? Key components and best practices

A potential customer is about to land on the home page of your ecommerce platform, curious to see what cool ...

Catherine Dee

Search and Discovery writer

AI-powered search: From keywords to conversations
ai

AI-powered search: From keywords to conversations

By now, everyone’s had the opportunity to experiment with AI tools like ChatGPT or Midjourney and ponder their inner ...

Chris Stevenson

Director, Product Marketing

Vector vs Keyword Search: Why You Should Care
ai

Vector vs Keyword Search: Why You Should Care

Search has been around for a while, to the point that it is now considered a standard requirement in many ...

Nicolas Fiorini

Senior Machine Learning Engineer

What is AI-powered site search?
ai

What is AI-powered site search?

With the advent of artificial intelligence (AI) technologies enabling services such as Alexa, Google search, and self-driving cars, the ...

John Stewart

VP Corporate Marketing

What is a B2B marketplace?
e-commerce

What is a B2B marketplace?

It’s no secret that B2B (business-to-business) transactions have largely migrated online. According to Gartner, by 2025, 80 ...

Vincent Caruana

Sr. SEO Web Digital Marketing Manager

3 strategies for B2B ecommerce growth: key takeaways from B2B Online - Chicago
e-commerce

3 strategies for B2B ecommerce growth: key takeaways from B2B Online - Chicago

Twice a year, B2B Online brings together industry leaders to discuss the trends affecting the B2B ecommerce industry. At the ...

Elena Moravec

Director of Product Marketing & Strategy

Deconstructing smart digital merchandising
e-commerce

Deconstructing smart digital merchandising

This is Part 2 of a series that dives into the transformational journey made by digital merchandising to drive positive ...

Benoit Reulier
Reshma Iyer

Benoit Reulier &

Reshma Iyer

The death of traditional shopping: How AI-powered conversational commerce changes everything
ai

The death of traditional shopping: How AI-powered conversational commerce changes everything

Get ready for the ride: online shopping is about to be completely upended by AI. Over the past few years ...

Aayush Iyer

Director, User Experience & UI Platform

What is B2C ecommerce? Models, examples, and definitions
e-commerce

What is B2C ecommerce? Models, examples, and definitions

Remember life before online shopping? When you had to actually leave the house for a brick-and-mortar store to ...

Catherine Dee

Search and Discovery writer

What are marketplace platforms and software? Why are they important?
e-commerce

What are marketplace platforms and software? Why are they important?

If you imagine pushing a virtual shopping cart down the aisles of an online store, or browsing items in an ...

Vincent Caruana

Sr. SEO Web Digital Marketing Manager

What is an online marketplace?
e-commerce

What is an online marketplace?

Remember the world before the convenience of online commerce? Before the pandemic, before the proliferation of ecommerce sites, when the ...

Catherine Dee

Search and Discovery writer

10 ways AI is transforming ecommerce
e-commerce

10 ways AI is transforming ecommerce

Artificial intelligence (AI) is no longer just the stuff of scary futuristic movies; it’s recently burst into the headlines ...

Catherine Dee

Search and Discovery writer

AI as a Service (AIaaS) in the era of "buy not build"
ai

AI as a Service (AIaaS) in the era of "buy not build"

Imagine you are the CTO of a company that has just undergone a massive decade long digital transformation. You’ve ...

Sean Mullaney

CTO @Algolia

By the numbers: the ROI of keyword and AI site search for digital commerce
product

By the numbers: the ROI of keyword and AI site search for digital commerce

Did you know that the tiny search bar at the top of many ecommerce sites can offer an outsized return ...

Jon Silvers

Director, Digital Marketing

Using pre-trained AI algorithms to solve the cold start problem
ai

Using pre-trained AI algorithms to solve the cold start problem

Artificial intelligence (AI) has quickly moved from hot topic to everyday life. Now, ecommerce businesses are beginning to clearly see ...

Etienne Martin

VP of Product

Introducing Algolia NeuralSearch
product

Introducing Algolia NeuralSearch

We couldn’t be more excited to announce the availability of our breakthrough product, Algolia NeuralSearch. The world has stepped ...

Bernadette Nixon

Chief Executive Officer and Board Member at Algolia

AI is eating ecommerce
ai

AI is eating ecommerce

The ecommerce industry has experienced steady and reliable growth over the last 20 years (albeit interrupted briefly by a global ...

Sean Mullaney

CTO @Algolia

Looking for something?

facebookfacebooklinkedinlinkedintwittertwittermailmail

Ingesting data should be easy, but all too often, it can be anything but. Data can come in many different formats, from many different sources, and wrangling it all can be a time-consuming and frustrating process. At Algolia, we believe that connecting data should be simple, and we’re committed to providing our customers with the tools they need to make that a reality. That’s why we’re excited to announce our new no-code connector platform with new JSON and CSV connectors! 

With this new platform, you can quickly and easily connect to the data you need, without having to worry about complex configurations or coding skills. Simply tell us where your data is located, how you want to ingest it and where you want it to go, and we’ll handle the rest. Whether you’re a data analyst, a business user, or a developer, our new no-code data connector platform can help simplify getting data into Algolia without any headaches or hassles.

Built for popular data types

Since JSON and CSV files are some of the most ubiquitous formats for data out there, we wanted some of our first few connectors to be focused on these file types. Whether you’re working with homegrown business processes, exports from your content management system, or just plain hosted files, our connectors can help you quickly and easily access the data you need. Each connector comes with an easy interface to set up as well as a matching API that allows you to fetch data from JSON and CSVs either on-demand or on a schedule. This means that you can spend less time struggling to connect to your data, and more time focusing on building amazing search and discovery experiences.

Ready to get started with our new no-code JSON and CSV connectors? It’s easy! In just a few simple steps, you can bring the data you need into your Algolia index. Follow along with this quick guide to setting up our JSON connector with a sample file of movie data: 

https://raw.githubusercontent.com/algolia/datasets/master/movies/records.json.

All you will need for this guide is that URL and an Algolia account. Your account must have permission to create and manage API keys within the app you are using. Before you begin, make sure you have an API key that you can use with the connector. The API key must have the addObject, deleteIndex, and editSettings permissions and will be used to move data into your indices.

To set up any connector, whether it’s JSON, CSV or otherwise, there are three parts to configure:

  1. The data source: Configure the connector by indicating where your data is located, if there is any authentication needed, and how to identify a unique record.
  2. The destination: Let us know which index you want to send this data to.
  3. The task: How and when do you want to fetch the data? On-demand or on a schedule?

Let’s walk through each part step-by-step.

Configure your data source

First we need to create a new data source based on the movie data URL.

  1. Visit the Connectors page in the Algolia dashboard to find our no-code connectors along with a variety of ways to connect your data.
  2. Click the Connect button for the JSON connector. Then select Get started.
  3. Let’s create a new source by first selecting the appropriate authentication type. Since our JSON file is fully open to the public we’ll select None as our authentication type. The JSON and CSV connectors currently support publicly available files and those protected with a username and password.
  4. Next enter the URL listed above as our source of data. Our connectors support both HTTP and FTP-hosted files.
  5. Now we need to configure the property that uniquely identifies a record in our data. This will often be some kind of ID, SKU, or similar unique field. In the sample movie data set, we already have a property called objectID that acts as the unique identifier so we will enter “objectID”. Whatever property you set as your unique identifier will be used as the objectID in your index.
  6. Enter a name to identify this data source. This name should be easily recognizable and human-readable so you can reuse it in other areas of the connector platform.
  7. Click Create source to create a new data source and move to the next step.

add data

Configure your destination

Next we need to create a new destination that points at your index.

  1. When sending data to your index we will use one of your own API keys to authenticate. Select a specific API key to use with this connector by first clicking on the “Search or create an authentication” input and then selecting “Create a new Algolia authentication”. Here you can choose which existing API key to use with the connector. The API key must have the following permissions: addObject, deleteIndex, and editSettings. If you do not see an eligible key listed, you will need to first make a new one on the API key settings page in the Algolia dashboard.
    authentication
  2. Once you’ve created an authentication, select an existing index or enter a specific name to create a new one.
  3. Enter a name to identify this destination. Again, make sure it’s something easily identifiable so you can reuse it in other areas of the connector platform.
  4. Click Create destination to create a new destination and move to the final step.
    config destination

Configure your task

A task is the way to define how and when your data will be fetched and ingested.

  1. For this guide we’ll set up the connector to fetch data on a daily basis. Select the Scheduled option to show the frequency input.
  2. Choose an option from the drop-down menu’s list of popular schedules or enter a cron expression. To have Algolia fetch and update the data in our index daily we can simply select Every day.
  3. Click Create task to create a new task.
    Config task

And that’s it! You’ve now set up a connector and your data will be pushed into your index every day automatically! If you want to see it in action now, simply click the run button with the play icon to kick off your data task right now. If you created a new index in the setup process, you will now see it available with all the movie data!

We’re committed to providing you with a powerful and flexible connectivity platform so you can focus on building robust search and discovery experiences. We plan to continuously expand our no-code connector platform to include even more data sources and more data processing capabilities. Whether you’re working with CMS data, an ecommerce platform, or databases, we want to make it easy for you to connect to the data you need and be confident in your data ingestion pipeline. Visit the new Connectors page in your Algolia dashboard to see our new no-code data connectors and let us know what new connectors you want us to build next!

About the author
Keshia Rose

Staff Product Manager, Data Connectivity

linkedin

Recommended Articles

Powered byAlgolia Algolia Recommend

12 ways to improve your search index
engineering

Jon Silvers

Director, Digital Marketing

Why you should capture click and conversion events from day one
engineering

Jaden Baptista

Technical Writer

Benefits of data-driven decision making: How real-time analytics can identify user intent
e-commerce

Catherine Dee

Search and Discovery writer