Skip to content

This repository host the configures that will be used to configure the rest-connector. Each rest-connector configuration is accompanied with documentation describing what endpoint are being can call and what object are being indexed.

Notifications You must be signed in to change notification settings

lucidworks/rest-configurations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Rest-Configuration

Overview

Developing the REST API connector will furnish Fusion with a versatile tool capable of seamlessly integrating diverse data sources. Additionally, this initiative will afford us the strategic advantage of replacing several of our classic connectors reliant on REST API data ingestion.

Setup

To configure the REST connector with a configuration, you will need to:

  1. Download the configuration from this repository.
  2. Use the curl command to provision the REST connector with any configuration from this repository. Before executing the curl command, please add the Fusion instance, JSON config, and within the JSON, please include the collection name and pipeline. Then execute the curl command:
curl -u username:password --location 'https://**fusion domain!**/api/apps/**fusion app name**/connectors/datasources' \
--header 'Content-Type: application/json' \
--data-raw 'add json here'
  1. Log in to the Fusion admin and configure the relevant information, such as credentials, URL for the instance, etc.

  2. Now you're ready to go! Happy crawling!

About

This repository host the configures that will be used to configure the rest-connector. Each rest-connector configuration is accompanied with documentation describing what endpoint are being can call and what object are being indexed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published