Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Valid from Datafari X.X

The goal of this connector is to have a new generic connector that can ingest data in JSON format. The existing generic connector into MCF crawls data from XML and works only with Java 8. This one is inspired from the original one but works into Java 11 and can crawl data into JSON format.

...

  • URL: This is the URL of the entrypoint

  • Login : Set the username that has access to the JSON API REST endpoint if it is protected

  • Password: Set the password of the account that has access to the JSON API REST endpoint if it is protected

  • Cache life time : here you set the time a user's information is kept around

  • Connection Timeout: This is the timeout in milliseconds after which a connection attempt to the endpoint is considered failed

  • Socket Timeout: This is the timeout in milliseconds after which an endpoint request response reading attempt is considered failed

...

...