Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JNI Platform with Eclipse BaSyx Java V2 Server SDK Docker Pulls

In this repository, JNI Platform with the BaSyx Java V2 components fully compatible with Details of the Asset Administration Shell V3 are contained. For each component, a multitude of backends (e.g., InMemory, MongoDB) as well as further features (MQTT, ...) are provided. All components are available on DockerHub as off-the-shelf components and can be easily configured and extended. Additionally, the server SDK of this repository can be used for implementation of further components.

The following off-the-shelf components are available:

JNI Platform : docker-compose files

docker-compose.yml file that illustrates the setup for the maven build and test project.

docker-compose-centralized.yml file that contains all the docker images needed to run:

You can find the dataBridge configuration folder (aasenvironment.databridge) under (basyx.aasenvironment/basyx.aasenvironment.component/src/main/resources).

We are providing DEV and PROD configs. To run the docker-compose-centralized.yml file, you need to setup ${ENV} and ${HOST} environment variables first:

  • 'ENV' variable contains the deploiment mode (DEV or PROD)
  • 'HOST' variable for setting the host name or ip address (localhost or another domain name or ip address)

Examples

We are providing easy to use examples that can be leveraged for setting up your own AAS infrastructure.

Contributing

If you would like to contribute, please notice the contribution guidelines. The overall process is described in the Eclipse wiki.