Frequently asked questions
-
What is the easiest way to start learning Apiro?
- Follow the Getting Started Guide that will walk you through how
to setup the public community version of Apiro using a
compose script
and also all the pre packaged examples. You may also find Key Concepts useful.
- Follow the Getting Started Guide that will walk you through how
to setup the public community version of Apiro using a
-
What is the fastest way to integrate with a Data Source and distribute data to a downstream ssytem?
- Complete section 1, section 10 and section 12 of the Getting Started Guide
- Complete section 1, section 10 and section 12 of the Getting Started Guide
-
What tools do I need to configure and develop with Apiro?
- You do not need to learn any new tooling for Apiro.
- You can use your favourite IDE such as Intellij, Eclipse or even Visual Studio.
- Any GIT client such as SourceTree.
-
What skills do I need to have to work with Apiro?
- Basic XMl and JSON knowledge.
- Familiarity with GIT.
- Basic Java/Groovy skills.
-
Is there support for external Vault Managers? Yes, Apiro has out-of-the-box support for
AWS KMS
,Azure KeyVault
orCyberark
. Please refer to Auth Manager -
I followed the installation Instructions but when I run the script
./runapiro.bat v1 apiroexamples-pub clean
I get this error.error during connect: this error may indicate that the docker daemon is not running:
- Please ensure, that you start Docker Desktop before running the compose script.
- Please ensure, that you start Docker Desktop before running the compose script.
-
How to solve the issue in the installation instructions were MongoDB connections errors are thrown?
-
This is a common error with Windows compose script when the machine you are using is relatively slow. The error is caused because the server is attempting to connect to MongoDB before properly starting. To solve this you need to uncomment this property in the compose script and set the value to 20 or higher
#APIRO_PREPAUSE=5
. The next run you try to run the script the server may terminate so you may have to run the script twice. -
What Generative AI features does Apiro has?
- Apiro has a lot of AI features but the following are the most notable are:
- GPT/LLama3 transformers
- GPT/LLama3 data cleansers
- GPT/LLama3 raw data validators
- GPT/LLama3 raw data processors
- GPT/LLama3 data consolidation algorithms
- GPT/LLama3 consolidated data processors
- GPT/LLama3 consolidated data validators
- GPT/LLama3 data cleansers
- GPT/LLama3 raw data validators
- GPT/LLama3 raw data processors
- GPT/LLama3 data consolidation algorithms
- GPT/LLama3 consolidated data processors
- GPT/LLama3 consolidated data validators
- KAI/LLama3 the trainer (beta). A generative AI agent that reads our documentation and answers developer questions.
- KAI/LLama3 the builder (In Development). A generative AI agent that integrates and consolidates data by building its own code and configuration.
- LangChain orchestration (In Development)