Skip to content

International-Data-Spaces-Association/IDS-Meta-data-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDS-meta-data-v2

this project needs IDS-Messaging infomodel-503 package and a part of the original metadata-broker-core see Build-Me

##Infos

  • standard mapping added in ids-messaging - ids.messaging.endpoint.EndpointService constructor use this class to add own or remove them
  • message based communication registered by annotations see de.fraunhofer.iais.eis.ids.broker.messagehandler
    • handler gets picked in ids.messaging.handler.request.RequestMessageHandlerService | resolveHandler

Build-me

the current messaging package runs on an old version of ids-infomodel so we need to package a version that implements that model

  1. Build install IDS-MESSAGING (for infomodel 503)
    1. clone the Repository
    2. checkout the branch "infomodel-artifacts-503"
    3. run mvn clean install
      1. for revision to be sure check the pom property ids.broker.version
  2. Build install current version of the original metadata-broker-core
    1. this is only necessary since index-common is not available in a Maven Repository (as of 2nd dec 22)
      might be further developed and may has changes which are not compatible any more (working with 5.0.3)
    2. clone the Repository
    3. run mvn -U clean install -Drevision=5.0.3
      1. for revision to be sure check the pom property ids.broker.version
  3. Package Metadata-Broker-Core
    1. run mvn package
    2. dockerize
      1. in docker/metadata-broker-core run docker build . -t [your docker name]

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published