[{"data":1,"prerenderedAt":246},["ShallowReactive",2],{"blog-post-blog_en-eclipse-tractus-x-open-source-basis-von-catena-x":3},{"id":4,"title":5,"body":6,"cover":231,"date":232,"description":233,"draft":234,"extension":235,"meta":236,"navigation":138,"path":237,"seo":238,"stem":239,"tags":240,"__hash__":245},"blog_en\u002Fen\u002Fblog\u002Feclipse-tractus-x-open-source-basis-von-catena-x.md","Eclipse Tractus-X: The Open-Source Foundation of Catena-X",{"type":7,"value":8,"toc":226},"minimark",[9,18,23,26,33,37,40,47,50,84,87,215,219,222],[10,11,12,13,17],"p",{},"Catena-X defines standards and business processes for sovereign data exchange in the automotive industry. The technical implementation of these standards is developed as open-source software in the ",[14,15,16],"strong",{},"Eclipse Tractus-X"," project -- hosted by the Eclipse Foundation.",[19,20,22],"h2",{"id":21},"what-is-eclipse-tractus-x","What is Eclipse Tractus-X?",[10,24,25],{},"Eclipse Tractus-X is the official open-source reference implementation of the Catena-X ecosystem. The project provides all software components required to operate a Catena-X-compliant dataspace. All components are developed under open-source licenses and are freely available through the Eclipse Foundation.",[10,27,28,29,32],{},"In addition, Tractus-X now also serves as the technical foundation for several ",[14,30,31],{},"Manufacturing-X"," initiatives. This means the project's significance extends well beyond the automotive sector.",[19,34,36],{"id":35},"core-components-at-a-glance","Core Components at a Glance",[10,38,39],{},"The following diagram shows the component architecture of Eclipse Tractus-X:",[10,41,42],{},[43,44],"img",{"alt":45,"src":46},"Tractus-X Architecture","\u002Fimg\u002Fblog\u002Ftractus-x-architektur.png",[10,48,49],{},"The key building blocks of the project include:",[51,52,53,60,66,72,78],"ul",{},[54,55,56,59],"li",{},[14,57,58],{},"Tractus-X EDC Connector"," -- the Catena-X distribution of the Eclipse Dataspace Components for secure data exchange",[54,61,62,65],{},[14,63,64],{},"Portal"," -- the central user interface for onboarding and managing dataspace participants",[54,67,68,71],{},[14,69,70],{},"BPDM (Business Partner Data Management)"," -- management and validation of business partner data",[54,73,74,77],{},[14,75,76],{},"Digital Twin Registry"," -- the registry for digital twins based on the Asset Administration Shell",[54,79,80,83],{},[14,81,82],{},"KITs (Keep It Together)"," -- modular toolboxes with documentation, API specifications, and reference implementations for specific use cases",[10,85,86],{},"Getting started with a local development environment is done via Helm charts. The following example shows the installation of a Tractus-X EDC Connector:",[88,89,94],"pre",{"className":90,"code":91,"language":92,"meta":93,"style":93},"language-bash shiki shiki-themes github-light github-dark","# Add the Helm repository\nhelm repo add tractusx-edc \\\n  https:\u002F\u002Feclipse-tractusx.github.io\u002Fcharts\u002Fdev\n\nhelm repo update\n\n# Install the connector with default configuration\nhelm install my-connector tractusx-edc\u002Ftractusx-connector \\\n  --namespace catena-x \\\n  --create-namespace \\\n  --set controlplane.env.EDC_HOSTNAME=localhost \\\n  --set dataplane.env.EDC_HOSTNAME=localhost\n","bash","",[95,96,97,106,127,133,140,150,155,161,177,188,196,207],"code",{"__ignoreMap":93},[98,99,102],"span",{"class":100,"line":101},"line",1,[98,103,105],{"class":104},"sJ8bj","# Add the Helm repository\n",[98,107,109,113,117,120,123],{"class":100,"line":108},2,[98,110,112],{"class":111},"sScJk","helm",[98,114,116],{"class":115},"sZZnC"," repo",[98,118,119],{"class":115}," add",[98,121,122],{"class":115}," tractusx-edc",[98,124,126],{"class":125},"sj4cs"," \\\n",[98,128,130],{"class":100,"line":129},3,[98,131,132],{"class":115},"  https:\u002F\u002Feclipse-tractusx.github.io\u002Fcharts\u002Fdev\n",[98,134,136],{"class":100,"line":135},4,[98,137,139],{"emptyLinePlaceholder":138},true,"\n",[98,141,143,145,147],{"class":100,"line":142},5,[98,144,112],{"class":111},[98,146,116],{"class":115},[98,148,149],{"class":115}," update\n",[98,151,153],{"class":100,"line":152},6,[98,154,139],{"emptyLinePlaceholder":138},[98,156,158],{"class":100,"line":157},7,[98,159,160],{"class":104},"# Install the connector with default configuration\n",[98,162,164,166,169,172,175],{"class":100,"line":163},8,[98,165,112],{"class":111},[98,167,168],{"class":115}," install",[98,170,171],{"class":115}," my-connector",[98,173,174],{"class":115}," tractusx-edc\u002Ftractusx-connector",[98,176,126],{"class":125},[98,178,180,183,186],{"class":100,"line":179},9,[98,181,182],{"class":125},"  --namespace",[98,184,185],{"class":115}," catena-x",[98,187,126],{"class":125},[98,189,191,194],{"class":100,"line":190},10,[98,192,193],{"class":125},"  --create-namespace",[98,195,126],{"class":125},[98,197,199,202,205],{"class":100,"line":198},11,[98,200,201],{"class":125},"  --set",[98,203,204],{"class":115}," controlplane.env.EDC_HOSTNAME=localhost",[98,206,126],{"class":125},[98,208,210,212],{"class":100,"line":209},12,[98,211,201],{"class":125},[98,213,214],{"class":115}," dataplane.env.EDC_HOSTNAME=localhost\n",[19,216,218],{"id":217},"why-this-matters","Why This Matters",[10,220,221],{},"Open standards alone are not enough -- there also needs to be openly available software that implements those standards. Eclipse Tractus-X fills exactly this gap. By hosting the project under the Eclipse Foundation, companies gain access to a vendor-neutral, collaboratively developed codebase on which commercial products and custom solutions can be built.",[223,224,225],"style",{},"html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":93,"searchDepth":108,"depth":108,"links":227},[228,229,230],{"id":21,"depth":108,"text":22},{"id":35,"depth":108,"text":36},{"id":217,"depth":108,"text":218},"\u002Fimg\u002Fblog\u002Ftractus-x-cover.jpg","2026-02-06","Eclipse Tractus-X provides the open-source reference implementation of Catena-X standards under the Eclipse Foundation.",false,"md",{},"\u002Fen\u002Fblog\u002Feclipse-tractus-x-open-source-basis-von-catena-x",{"title":5,"description":233},"en\u002Fblog\u002Feclipse-tractus-x-open-source-basis-von-catena-x",[241,242,243,244],"Tractus-X","Catena-X","Open Source","EDC","wyYUTyeqFn8PR8CnCwTZ9VoiUuZmZ8Co5KO50dUGqss",1775892935023]