seanchen / sdk

Attivio Public SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attivio SDK

To get started using the SDK, use Maven (mvn) to generate a sample client project or module. Attivio modules allow custom code (most commonly ingestion or query transformers) to be added to your Attivio projects. An Attivio client project contains code that connects to an existing Attivio system and ingests data, runs queries, or uses other public APIs.

Create a sample Attivio module

mvn archetype:generate -DarchetypeGroupId=com.attivio.platform.archetypes -DarchetypeArtifactId=attivio-archetype-module -DarchetypeVersion=5.2.6.3

Attivio Module SDK

Create a sample Attivio client project

mvn archetype:generate -DarchetypeGroupId=com.attivio.platform.archetypes -DarchetypeArtifactId=attivio-archetype-client -DarchetypeVersion=5.2.6.3

Attivio Client SDK

Other guides

Writing and Testing Custom Components

About

Attivio Public SDK