Introduction to A&AI Repositories
Amsterdam Components
Applications
AAI UI front end | |
AAI UI back end |
Data Management
AAI Resources Micro Service providing CRUD REST APIs for inventory resources. This microservice provides the main path for updating and searching the graph - java-types defined in the OXM file for each version of the API define the REST endpoints - for example, the java-type "CloudRegion" in aai-common/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml maps to /aai/v11/cloud-infrastructure/cloud-regions/cloud-region | |
AAI Traversal Micro Service providing REST APIs for traversal/search of inventory resources. Custom queries (gremin-style traversals) model based queries (which use a model either manually created or loaded from SDC models) and named-queries (traversals which ignore edge labels and direction and just link together objects of given node types from a starting node). | |
AAI Microservice used to route AAI queries and event data to correct storage engine. Serves as a query abstraction point for clients, as well as a gateway | |
Abstraction layer for searchengine, supporting queries and updates. Currently supports Elasticsearch, but has also been design with Solr support in mind. | |
Obtains SDC artifacts and loads them into the A&AI Resources service for storage |
Libraries
This holds the model, annotations and common modules used across the Resources and Traversal micro services. aai/aai-common creates artifacts like aai-core, aai-schema and aai-annotations, which are used by the rest of the microservices and libraries | |
AAI common logging library | |
Library containing the core camel components for the data router | |
Library for making REST calls |
Configuration repositories
AAI Chef environment files | |
AAI Chef cookbooks | |
Repository containing test configuration for use in continuous integration |
Beijing Incubation
CRUD Rest API endpoint for resources and relationships, delivering atomic interactions with the graph for improved scalability. | |
Abstraction from underlying graph storage systems that A&AI would interface with. | |
AAI Microservice to generate AAI model XML from SDC TOSCA CSAR artifacts |
Deprecated Components
AAI REST based services |