The Push API
The Push API is the public document API that allows Exalead CloudView to index data from any source.
It supports the basic operations required to develop new connectors, both managed and unmanaged.
-
A managed connector is a piece of code running within Exalead CloudView. Package it as a Exalead CloudView Plugin to deploy and configure it in Exalead CloudView.
Develop it in Java, using the Connectors Framework API available in:
-
<INSTALLDIR>\sdk\java-customcode
for V6R2014 and higher versions. -
<INSTALLDIR>\sdk\cloudview-sdk-java-connectors
in previous versions.
-
-
An unmanaged connector is an external component that sends data to Exalead CloudView using the Push API. You can develop an unmanaged connector in any language, either by using Exalead CloudView Push API clients (available in Java, C# and PHP), or by directly targeting the HTTP API.
Manage and deploy unmanaged connectors yourself, as Exalead CloudView is not aware of these connectors.