blockchain Archives - DATARELLA https://datarella.com/tag/blockchain/ AI & Web3 Solutions Fri, 20 Feb 2026 13:45:21 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 https://datarella.com/wp-content/uploads/2019/03/cropped-favicon-1-32x32.png blockchain Archives - DATARELLA https://datarella.com/tag/blockchain/ 32 32 66295335 moveID: Wrapping Up Three Years of Mobility Innovation https://datarella.com/moveid-wrapping-up-three-years-of-mobility-innovation/ Thu, 12 Jun 2025 14:33:50 +0000 https://datarella.com/?p=11196 After three years of intense collaboration, innovation, and field testing, the moveID project—part of the Gaia‑X 4 Future Mobility initiative—has made significant strides toward redefining how mobility ecosystems work. At […]

The post moveID: Wrapping Up Three Years of Mobility Innovation appeared first on DATARELLA.

]]>
After three years of intense collaboration, innovation, and field testing, the moveID project—part of the Gaia‑X 4 Future Mobility initiative—has made significant strides toward redefining how mobility ecosystems work. At its core, moveID aimed to create a decentralized, user-centric infrastructure where vehicles, infrastructure, and service providers interact seamlessly using Self-sovereign Identity (SSI) and AI agents.

Building the Foundation for Trusted Machine Communication

Working alongside industry leaders such as Bosch, Airbus, Continental, and leading Web3 projects, we contributed to building the technical and conceptual foundation for trusted machine-to-machine communication in the mobility sector. This included the secure exchange of credentials, decentralized data marketplaces, and AI-powered autonomous service interactions—all compliant with European data and privacy standards.

Demonstrating Real-World Impact: MOBIX Park & Charge

A standout achievement was the development and public demonstration of MOBIX Park & Charge, a fully operational system enabling electric vehicles (EV) to autonomously find parking spots, access charging stations, and handle payments. First showcased at IAA Mobility 2023, the system integrated SSI, blockchain-based payments, and AI agents in a live, real-world environment.

Scaling Toward Smart Cities

Beyond the demo, MOBIX has evolved into a scalable smart-city solution. By turning private EV chargers and parking spots into publicly accessible assets, we’re addressing key challenges in urban congestion and infrastructure scalability, while opening up new economic opportunities for individuals and municipalities.

Where Web3 Meets AI

The project also served as a powerful example of the convergence between AI and Web3. By combining intelligent agents with decentralized infrastructure, we demonstrated how machines can not only interact but also negotiate, transact, and self-optimize—laying the groundwork for more ethical and transparent digital ecosystems.

A Foundation for the Future

In sum, moveID wasn’t just about mobility. It showcased how decentralized identity, autonomous agents, and AI can reshape how devices, services, and users interact—not just in cities, but across industries. As the project concludes, its outcomes provide a strong foundation for future applications in smart infrastructure, data sovereignty, and the broader digital economy.

The post moveID: Wrapping Up Three Years of Mobility Innovation appeared first on DATARELLA.

]]>
11196
Trusted Anomaly Detection with Blockchain and AI https://datarella.com/trusted-anomaly-detection-with-blockchain-and-ai/ Fri, 25 Apr 2025 09:36:38 +0000 https://datarella.com/?p=11129 In part two of the Cosmic-X blogpost series, we explained how we use the Secret Network blockchain and a custom Wallet Service to ensure the integrity and privacy of machine-generated […]

The post Trusted Anomaly Detection with Blockchain and AI appeared first on DATARELLA.

]]>
In part two of the Cosmic-X blogpost series, we explained how we use the Secret Network blockchain and a custom Wallet Service to ensure the integrity and privacy of machine-generated data in Industry 4.0 environments. In this final part, we’ll show how we integrated the Wallet Service with live machines from SW and an AI service from inovex. Together, they power a proof-of-concept demonstrator for secure and accurate anomaly detection in machine components.

Visualizing Sensor Data

The demonstrator has three core features. First, the data exploration tool lets you visualize sensor data from three different machines. For granularity, you can filter by machine, component, sensor, and the timeframe you want to monitor.

Verification & Anomaly Detection

Next, the anomaly detection feature, coupled with data integrity verification. Like before, you can filter by machine, component, sensor, and timeframe. Additionally, you choose from three anomaly detection algorithms—Local Outlier Factor (LOF), DBSCAN, and Isolation Forest—and adjust their hyperparameters. After that, once you lock in your configuration and submit the query, the system fetches data from a central time series database. It then converts the data into the standardized format described in our previous post.

To ensure trust, the Wallet Service verifies the dataset by comparing a freshly generated fingerprint to the one anchored on the blockchain. It uses the standardized batchID for this lookup. If the fingerprints match, the AI service proceeds with the anomaly detection. Whenever the number of anomalies exceeds a defined threshold, the system flags the component as worn out. Consequently, it submits an automatic spare part order to the ERP systems of the manufacturer and the customer.

Data Integrity Log

In this demonstrator, users manually trigger the configuration and execution of the anomaly detection. In contrast, a production system would automate and continuously run these steps. The third feature is a data integrity log to give users better visibility of what is happening. This audit trail has three levels: At the top level, it shows the health status of each machine and the last verified batch used for anomaly detection.

Next, it breaks down each machine into components, displaying health statistics for each

Finally, it presents detailed logs of every anomaly detection run and whether the data integrity check succeeded.

As we wrap up this blog post series, what began as a technical experiment has evolved into something much broader. It points toward a future of industrial intelligence that values transparency and built-in trust. By embedding trust directly into machine data and equipping AI with verified information, we do more than detect anomalies. We enable machines to communicate, collaborate, and maintain themselves. Ultimately, this proof of concept is a first step toward an Industry 4.0 landscape that is autonomous, secure, and transparent, where trust is not an afterthought but a foundation.

Curious how our blockchain-based data-integrity solution can help your business? Check out our one-pager for a quick overview of its key benefits!

The post Trusted Anomaly Detection with Blockchain and AI appeared first on DATARELLA.

]]>
11129
Securing Data Integrity in Industry 4.0 https://datarella.com/securing-data-integrity-in-industry-4-0/ Thu, 19 Dec 2024 11:58:37 +0000 https://datarella.com/?p=11050 In the first part of this Cosmic-X blogpost series, we evaluated various blockchain platforms for their suitability in Industry 4.0 and explained why we chose the Secret Network with its […]

The post Securing Data Integrity in Industry 4.0 appeared first on DATARELLA.

]]>
In the first part of this Cosmic-X blogpost series, we evaluated various blockchain platforms for their suitability in Industry 4.0 and explained why we chose the Secret Network with its confidential computing capabilities. Today, we’ll explore how we use the Secret Network to secure machine data integrity from its origin to its consumption.

Need for Data Integrity

Securing data integrity in Industry 4.0 is crucial because systems and devices rely on accurate data to function effectively. Tampered or incorrect data can lead to poor decisions, operational failures, and vulnerabilities in key sectors like manufacturing and logistics. With IoT and AI driving Industry 4.0, maintaining data accuracy ensures reliable operations, protects sensitive information, and prevents cyber threats that disrupt businesses and critical infrastructure.

Anchoring data close to its source is essential for securing integrity across the entire data processing chain, which often involves multiple distributed systems. For machines, this means securing the data before it leaves the device. At the same time, the system must protect the anchored data from tampering after export. Blockchain’s immutable nature aligns perfectly with this paradigm. That’s why we built a Wallet Service on top of the Secret Network. This service integrates seamlessly into any machine to secure its data integrity in a decentralized and privacy-preserving manner.

Wallet Service

The Wallet Service acts as a gateway for communication with the Secret Network. It deploys onto any machine infrastructure that supports Docker. By using the Wallet Service, machines interact directly with the blockchain and its smart contracts. The service assigns each machine a unique identity through a public-private key pair. With its private key, the machine signs and broadcasts transactions to anchor its data on the Secret Network. The blockchain’s encryption ensures that no unauthorized third party can access the data. For details on how the network reaches consensus despite encryption, refer to our previous post.

Integration

To simplify integration, the Wallet Service offers a straightforward REST API with two endpoints. The ingress endpoint accepts a batch of data in a defined structure for anchoring. After receiving the data, the Wallet Service hashes it and stores the resulting hash in the service’s smart contract through a transaction on the Secret Network. This process creates an immutable fingerprint, allowing anyone to verify the integrity of a data batch through the Wallet Service’s verification endpoint. Since data verification typically occurs in systems other than the one that supplied the data, the Wallet Service supports deployment anywhere. In distributed data processing scenarios like Cosmic-X, entities that consume data instantiate a Wallet Service to verify data integrity before making decisions. For example, an AI service provider might deploy a Wallet Service in its cloud environment to verify data before using it for training or inference.

Requirements

Two conditions must be met for this workflow to function: first, the verifying Wallet Service must have the appropriate viewing key from the machine that supplied the data. Otherwise, it cannot decrypt and query the fingerprints stored in the smart contract. Second, the format and schema of the data batch must remain standardized across the processing chain. To achieve this, we developed a Data Integrity Protocol as the foundation of the Wallet Service.

Data Integrity Protocol

To anchor and verify data batches reliably, the Wallet Service requires a standardized protocol. Both the data anchoring and verification processes must adhere to a common data format, schema, and canonicalization standard. For Cosmic-X, we chose JSON as the data format and RFC 8785 as the canonicalization algorithm. Canonicalization ensures reliable cryptographic operations on JSON data by defining methods for handling whitespace, data types, and objects.

Batch Structure

Considering use case requirements and the limitations of edge and cloud environments in Cosmic-X, we define a data batch as one hour’s worth of sensor data collected from a machine. The figure below shows an extract of a data batch collected from one of the use cases. The batch includes a metadata object used only for the Wallet Service’s business logic. This metadata contains key-value pairs such as the batchId and placeholders for the payload hash and the transaction hash on the Secret Network blockchain. The payload, which the system hashes during anchoring, consists of discrete sensor measurements. Each measurement uses a composite key created by concatenating the variable name with the Unix timestamp of its recording. The measurements include key-value pairs for variable name, timestamp, absolute value, and data type.

The batchId is the most critical part of a data batch. Since the Wallet Service uses it to anchor and later locate the data batch for verification, the batchId must be unique. In this setup, the batchId combines a machine ID with a Unix timestamp representing the time range of measurements in the batch, rounded to the nearest hour. For example, if machine 2080839 collects measurements from 11:01:23 to 11:59:43 on May 16, 2024, the batchId becomes 2080839_1715853600.

In the next post, we’ll showcase how we integrated the Wallet Service with three live machines and an AI service to enable secure and accurate anomaly detection in machine components.

Curious how our blockchain-based data-integrity solution can help your business? Check out our one-pager for a quick overview of its key benefits!

The post Securing Data Integrity in Industry 4.0 appeared first on DATARELLA.

]]>
11050
Track & Trust Pilot Success https://datarella.com/track-trust-pilot-success/ Wed, 04 Dec 2024 17:00:08 +0000 https://datarella.com/?p=10902 This article is the sixth and final article in a series about our probabilistic 360° supply chain tracking product, Track & Trust. Our previous articles described how the system works. […]

The post Track & Trust Pilot Success appeared first on DATARELLA.

]]>
This article is the sixth and final article in a series about our probabilistic 360° supply chain tracking product, Track & Trust. Our previous articles described how the system works. Now, we dive into the results of our pilot operations. TLDR – We successfully tracked all the goods to their final delivery locations despite serious challenges!

The Track & Trust Mission in Southern Lebanon

Installing solar in Beqaa Valley

We chose to track shipments of solar equipment for the Track & Trust Pilot. Destined for clinics and schools serving refugees in Beqaa Valley, Lebanon, these shipments were critical to the region. The area is home to over 300,000 Syrian refugees, according to UNHCR, and they all need medical care. Our partners, Aid Pioneers, Multi Aid Programs, and Al-Manhaj, collaborate to provide logistics, education, and medical care on the ground.

The clinics and schools require continuous a continuous electrical power supply. Due to Lebanon’s severe energy crisis, the public grid provides only about two hours of electricity per day, making the delivery of efficient healthcare services an immense challenge. In absence of a stable grid, most of the region’s essential services rely on generators, leaving the financial stability of operations at the whim of the ever-increasing price of diesel. Typical health clinics have thousands of dollars in monthly operating costs due to the need to purchase this fuel. To address this, Aid Pioneers is replacing diesel power systems with clean, abundant solar energy, one clinic at a time. By reliably shipping the equipment from Tripoli to Beqaa Valley, they achieve this goal with our help. Specifically the shipments we’ve tracked during the pilot contained all the equipment needed to outfit two clinics with enough solar power to cover all their needs. Aid Pioneers partner, Multi Aid Programs runs the clinics which received the solar and medical equipment we tracked.

Tracking Impact

Track & Trust Node In Truck

Using Track & Trust, Aid Pioneers and their partners gained a clear view of what was happening to the parts in their shipment. As a result, they avoided extra trips, saving work and potential exposure to danger. Our team planned this deployment long before the recent conflict broke out, and our system performed well in the midst of a very difficult situation. Effective management of the challenges that arose was crucial to the success of the project.

During the shipments, ground personnel encountered outages of critical infrastructure, losing power and 4G connectivity several times. Fortunately, our Track & Trust mesh node infrastructure filled the gap, and our battery backup system enabled the system to run despite the power grid being down. The system’s design allowed it to handle such outages.

Track & Trust Node In Truck

When 4G connectivity was lost, our mesh nodes cached delivery data until it could be passed between nodes. Utilizing technologies developed with our partner, Weaver Labs, we ensured the data was secure. Next, we used a satellite-enabled mesh node to post data that would have otherwise been lost via Iridium satellite uplink, developed by our partner Ororatech.

Aid Pioneers received hundreds of updates about the status of the goods from us. To ensure the integrity of the data, we cryptographically signed and anchored these updates to the ASI Alliance blockchain, making them highly trustworthy. This extra step was crucial to the project’s success. Together the result is highly trustable probabilistic 360° supply chain tracking.

Energy Independence One Clinic at a Time

Lebanon_welding_frames

Two major sets of shipments were completed under the watchful eye of Track & Trust, and a third set is currently being shipped to Lebanon. With 110 kWp of power, the solar systems make two entire clinics energy independent for the next twenty years. Additionally, we tracked a container of medical goods, which Al-Manhaj and Multi Aid Programs are using to save lives and provide medical treatment in Tripoli and the Beqaa Valley.

Track & Trust Proof of Resilience

The design of Track & Trust allows it to work in various contexts, providing resilience and probabilistic 360° supply chain tracking. Adaptable to different scenarios, our system is highly versatile. As we continue to develop and refine our system, we will meet the changing needs of our partners.

Next Steps

Following this piloting success, we will examine plans to make the system more user-friendly. Logistics organizations that could use more resilience in their field operations are also being contacted. If this series of blog posts has piqued your interest, please reach out, and we will schedule a call or demo.

<<< Previous Post

The post Track & Trust Pilot Success appeared first on DATARELLA.

]]>
10902
Confidential Computing for Industry 4.0 https://datarella.com/confidential-computing-for-industry-4-0/ Fri, 08 Nov 2024 12:24:09 +0000 https://datarella.com/?p=10925 With the Cosmic-X project nearing its conclusion, it is finally time to lift the curtain on the blockchain solution that Datarella has built over the last two years to enable […]

The post Confidential Computing for Industry 4.0 appeared first on DATARELLA.

]]>
With the Cosmic-X project nearing its conclusion, it is finally time to lift the curtain on the blockchain solution that Datarella has built over the last two years to enable confidential computing and data sharing in Industry 4.0. In this first entry of a series of technical posts about designing, implementing, and integrating an edge-to-cloud blockchain solution, we discuss the evaluation process for selecting a suitable blockchain platform for Cosmic-X and how that platform operates on a protocol level to provide an open, transparent, and secure infrastructure for industrial use cases.

Evaluating Blockchain Platforms

Today, many different blockchain platforms exist, but their suitability for industrial use cases remains specific or, at times, limited. To achieve the best match between the requirements of Cosmic-X and the possibilities of blockchain technologies, the team conducted an extensive evaluation process. This evaluation compared both private and public blockchain platforms based on security, privacy, scalability, and interoperability.

Current-generation blockchain platforms predominantly perform well in security and scalability, yet privacy and interoperability often fall short. To achieve privacy in industrial scenarios like Cosmic-X, organizations have almost exclusively used private or consortium blockchains such as Hyperledger Fabric in the past. However, these approaches inherently involve high infrastructure costs for the operating parties, as well as centralization and limited interoperability. In contrast, public blockchains offer resilience, cost efficiency, and a degree of interoperability. Though only recently have they started focusing on privacy and data protection. Blockchain protocols with confidential computing capabilities remain relatively new and untested. Nevertheless, when weighing the advantages and disadvantages of the two approaches, a privacy-focused public network emerges as the preferred solution in an industrial context.

For a public network to meet Cosmic-X’s privacy and data protection requirements, it must support the multi-tenancy paradigm. Multi-tenancy enables a single instance of a software application to serve multiple clients while ensuring logical isolation. Different clients share an underlying infrastructure, which optimizes resource use and reduces infrastructure costs. Further, it enhances efficiency in data access, management, and collaborative data sharing.

Through this evaluation, the Cosmos-based Secret Network emerged as the blockchain platform best suited for Cosmic-X. The Secret Network functions as a public blockchain specifically developed for confidential computing. By combining established encryption techniques with trusted execution environments, it provides so-called Secret Contracts. This type of smart contract establishes consensus on computation without disclosing incoming or outgoing data. Integrated access control mechanisms enable third-party access and create an auditable processing chain. Thus, the Secret Network satisfies the need for multi-tenancy capability while retaining all the benefits of a public network.

How the Secret Network Works

The Secret Network leverages Intel Software Guard Extensions (Intel SGX) to create Trusted Execution Environments (TEE) that enable Secret Contracts. These smart contracts, based on the CosmWasm framework, allow for fully private computation of data. Outside a TEE, the transaction payloads and the network’s current state are encrypted at all times. Only the data owner and an authorized third party can decrypt and view data inputs and outputs. A combination of symmetric and asymmetric encryption schemes—ECDH (x25519), HKDF-SHA256, and AES-128-SIV—achieves this end-to-end encryption. Each validator in the network must run an Intel SGX-compatible CPU and instantiate a TEE that follows the network’s rules.

When an encrypted transaction arrives in the shared mempool of the network, a validator forwards it to their TEE, where a shared secret is derived and used to decrypt the transaction. The WASMI runtime then processes the plaintext input. Finally, the validator re-encrypts the updated contract state and broadcasts it to the network through a block proposal. If over two-thirds of the current network voting power agree on the result, the network appends the proposed block to the Secret Network blockchain.

For access control, the Secret Network offers Viewing Keys and Permits. A Viewing Key acts as an encrypted password that grants a third party permanent access to data related to a specific smart contract and private key. A Permit allows a more granular approach, restricting viewing access to specific parts of data for a set period. Consequently, despite its encrypted nature, the network remains fully auditable.

In the next post, we’ll explore how we leverage the Secret Network to secure machine data integrity directly from its point of origin to its consumption by a Machine Learning Model.

The post Confidential Computing for Industry 4.0 appeared first on DATARELLA.

]]>
10925
The Transformative Power of Multi-Tenancy Architectures in Manufacturing https://datarella.com/multi-tenancy-architecture-in-manufacturing/ Thu, 01 Feb 2024 16:23:41 +0000 https://datarella.com/?p=10528 In the dynamic landscape of manufacturing, achieving efficiency is key. One effective solution is the implementation of Multi-Tenancy Architectures, which allow multiple users, or “tenants,” to share software infrastructure. By […]

The post The Transformative Power of Multi-Tenancy Architectures in Manufacturing appeared first on DATARELLA.

]]>
In the dynamic landscape of manufacturing, achieving efficiency is key. One effective solution is the implementation of Multi-Tenancy Architectures, which allow multiple users, or “tenants,” to share software infrastructure. By leveraging Multi-Tenancy Architectures, manufacturers can streamline processes and improve operational efficiency, among other benefits.

Benefits of Multi-Tenancy in Manufacturing

1. Enhanced Collaboration and Resource Optimization

First and foremost, Multi-Tenancy empowers manufacturers to share the same software infrastructure, optimizing resources and reducing operational costs. For instance, imagine a unified platform for real-time inventory managementthat fosters seamless collaboration and enhances overall supply chain efficiency.

2. Cost Efficiency and Sustainability

Moreover, by minimizing individual expenses, Multi-Tenancy fosters significant cost efficiency and promotes economic sustainability. Picture this: manufacturers utilizing shared software infrastructure can reduce overhead while enhancing their overall operational efficiency.

3. Flexibility to Adapt to Industry Demands

In addition, Multi-Tenancy provides the flexibility that manufacturers need to swiftly adapt to dynamic industry demands. Specifically, manufacturers leverage shared software infrastructure to adjust production lines for customized orders, showcasing remarkable adaptability and responsiveness.

4. Robust Data Security and Privacy

Furthermore, addressing data security concerns is crucial. Multi-Tenancy implements robust access controls, ensuring that sensitive data remains confidential. Consequently, collaborative design and production planning among manufacturers and suppliers become secure, bolstering overall data privacy.

5. Accelerated Innovation through Collaboration

Lastly, Multi-Tenancy accelerates innovation by fostering collaboration among industry players. By utilizing shared software infrastructure, manufacturers can work together on joint research and development projects, sharing insights and resources that lead to the rapid development of innovative products.

Conclusion

In conclusion, the pursuit of efficiency through the implementation of Multi-Tenancy Architectures in the manufacturing industry emerges as a strategic imperative. To sum up, this architecture emphasizes its transformative power in streamlining operations, optimizing resources, and fostering a resilient manufacturing ecosystem. Ultimately, businesses that embrace Multi-Tenancy Architectures position themselves at the forefront of innovation, ready to tackle challenges and seize opportunities.

The post The Transformative Power of Multi-Tenancy Architectures in Manufacturing appeared first on DATARELLA.

]]>
10528
Track & Trust – Probabilistic 360° Supply Chain Tracking https://datarella.com/track-trust-probabilistic-360-supply-chain-tracking/ Tue, 16 May 2023 08:34:43 +0000 https://datarella.com/?p=10116 Track & Trust is ready to launch soon! Here’s what’s new: Unlike many other supply chain solutions, it offers a probabilistic rather than a deterministic approach to tracking goods. In […]

The post Track & Trust – Probabilistic 360° Supply Chain Tracking appeared first on DATARELLA.

]]>
Track & Trust is ready to launch soon! Here’s what’s new: Unlike many other supply chain solutions, it offers a probabilistic rather than a deterministic approach to tracking goods. In short, this means the solution captures tons of data that logistics firms are currently missing out on, with Track & Trust – Probabilistic 360° Supply Chain Tracking.

Track & Trust combines a set of modern Web3, communication, and satellite technologies and aims to address significant unsolved challenges of today’s supply chains. Combining various communication systems creates a network for the supply chain even in the most remote areas of the world.

Any kind of shipment information from such areas is highly valuable for all actors along the supply chain, such as logistic firms, their clients, the end consumer, and the operating teams on the ground. One of the current challenges is the accessibility of information in fast-changing and remote areas – an issue the Track & Trust team seeks to facilitate. While other supply chain systems deterministically produce output information by requiring a specific input, Track & Trust does not rely on standardized initial input, minimizing hurdles in gaining knowledge. Our probabilistic approach, in contrast, allows maximum flexibility. Any kind of slightest interaction with the shipment, even if it is only the scanning of a T&T QR code with a smartphone, leads to the submission of a status update. And it doesn’t matter whether logistical staff or anyone else has carried out this scan or someone not related to it.

Additionally, users are free to report on the status of the shipment or their own circumstances, meaning they can communicate through a text field and provide any extra information on the shipment on their terms, e.g. “flooded route. Took a different route, delivery delayed by two hours”. It is ultimately at the discretion of the logistics operators to multiply the effectiveness of their tracking tools to decide how and what data they use.

Leveraging Data to Drive Process Innovation

Data from the operational area is the actual raw material – logisticians can use them to complement or expand their services in a new way. This leaves room for extensions in the future, for example, on a basis of such a broad database, AI models could be trained to ultimately make predictions about the shrinkage of deliveries, stock levels, and route recommendations. Doing so creates added value for logistic companies’ customers and new competitive advantages for the company itself. Thereby, while increasing efficiency and transparency, Track & Trust holds the potential to change the logistics industry. Lastly, we feel grateful that by investing in this project, the European Space Agency underscores the overall potential of our tracking tool.

As things are beginning to take shape, stay tuned for updates on Track & Trust as it is ready for deployment by 2023!

The post Track & Trust – Probabilistic 360° Supply Chain Tracking appeared first on DATARELLA.

]]>
10116
The Gaia-X Project Landscape https://datarella.com/gaia-x-project-landscape/ Mon, 28 Nov 2022 15:06:43 +0000 https://datarella.com/?p=9979 To visualize and structure ongoing Gaia-X projects and their thematically related studies, Datarella created a project landscape that comprises the three domains Gaia-X Federation Services, Automotive & Mobility and Industry […]

The post The Gaia-X Project Landscape appeared first on DATARELLA.

]]>
To visualize and structure ongoing Gaia-X projects and their thematically related studies, Datarella created a project landscape that comprises the three domains Gaia-X Federation Services, Automotive & Mobility and Industry 4.0. The relations between projects are modeled as directed edges, the technologies that are associated with each project are represented as icons – the Gaia-X Project Landscape:

The overarching goal of Gaia-X is to create a federated and secure data infrastructure for Europe and beyond that allows companies and citizens to share data without giving up control over it. Every ecosystem participant decides what happens to their data, where it is stored and thus always retains absolute data sovereignty. To achieve this, the Gaia-X architecture follows the principle of decentralization, with a multitude of individual platforms all following a common standard based on openness, transparency and trust.

The Gaia-X Federation Services, at the center of the visualization, are the implementation toolbox and minimum technical requirements and services that enable Gaia-X Federations to become operational and work together. Federations are individual participants that team up to create value for all participants and to open up new market potentials.

  • The Identity & Trust service closes the trust gap by enabling federations to authenticate and authorize participants. This is achieved by utilizing Self-Sovereign Identity (SSI), specifically Decentralized Digital Identifiers (DIDs), Verifiable Credentials (VCs) and Verifiable Presentations (VPs), which ensure that every participant is in full control of their identity at all times.
  • The Federated Catalogue service allows federations to set up a repository, in which participants can search for and discover information and services of other participants based on their aforementioned credentials.
  • The Sovereign Data Exchange service helps participants in keeping sovereignty over their data by providing functionalities for specifying and tracking how their data is used.
  • The Compliance service ensures that every participant and service is complying with the Gaia-X principles. Together with a number of decentralized services that are part of the Gaia-X policy, it provides decentralized, sovereign and immutable governance and control mechanisms that enable trustworthy transactions between participants.
  • Lastly, the Gaia-X Portal provides user friendly access to the Federation Services and supports the onboarding and accreditation of participants as well as the discovery of services.

The Gaia-X Federation Services are co-developed by the GXFS-DE project, funded by the German Ministry of Economic Affairs and Climate Action (BMWK) and coordinated by eco – Association of the Internet Industry.

The Automotive & Mobility domain harbors three Gaia-X lighthouse projects, the Mobility Data Space, Catena-X and EONA-X. The Mobility Data Space is funded by the Federal Ministry for Digital and Transport (BMDV) and deals with the creation of a data marketplace that allows for the sovereign exchange of mobility data in Europe, Catena-X is funded by the BMWK and is tasked with establishing a trustworthy, collaborative, open and secure data ecosystem for the automotive industry. The objective of EONA-X is to establish a dedicated European data space for mobility, transport and tourism, developed on the path of the Gaia-X initiative. Funding is mostly provided by the private sector.

Datarella, as previously announced, is working on the moveID project, which, together with four related ventures, is part of the Gaia-X 4 Future Mobility project family. The goal of moveID is to develop a digital identity infrastructure and trustworthy data exchange process for the mobility of the future. Feasibility will be shown on the basis of two use cases, V2X services in heterogenous, decentralized mobility infrastructures and vehicle data sharing. moveID is funded by the BMWK and the interdisciplinary consortium of mobility enterprises, Web3 companies and research facilities is lead by BOSCH.

The Industry 4.0 sector features a German-Austrian joint Gaia-X lighthouse project, EuProGigant. It’s intention is to establish an ecosystem that enables the smart and sovereign use of data for production. Funding is provided by the BMWK and the Austrian Federal Ministry for Climate Action, Environment, Energy, Mobility, Innovation and Technology (BMK).

With KOSMoS, Datarella has already successfully finished a research project in the Industry 4.0 space by realizing a collaborative smart contracting platform for digital value networks. Now, based on these results, Datarella is also involved in the two followup Gaia-X projects Cosmic-X and ESCOM. Cosmic-X is funded by the Federal Ministry of Education and Research (BMBF) and deals with advanced smart services in the context of spare part supply chain automation and optimization. The specific use cases that will be explored are digital twins, trusted supply chains and platform-based maintenance. ESCOM is funded by the BMWK and seeks to make a demonstrable contribution to a responsible manufacturing industry regarding resource consumption and sustainable resource use. The project will demonstrate that the use and balancing of edge and cloud data spaces allows for the flexible, load- and energy demand-dependent use of services as a know-how offering of component manufacturers with high utility value for the end application. Both projects are carried out in collaboration with leading industry partners and research facilities.

We are incredibly proud to be contributing to the development of the Gaia-X ecosystem in two critical domains and hope that our illustration sheds some light on the work that has already been done and will continue to be done towards an open, transparent and secure data infrastructure for everyone.

The post The Gaia-X Project Landscape appeared first on DATARELLA.

]]>
9979
Datarella Joins Industry 4.0 Gaia-X Project ESCOM https://datarella.com/datarella-starts-work-on-gaia-x-project-escom-in-the-industry-4-0-space/ Fri, 11 Nov 2022 10:17:31 +0000 https://datarella.com/?p=9890 Datarella, as part of a consortium of leading industry manufacturers and research facilities, is beginning work on the feasibility study “ESCOM – Balanced Edge Cloud Environments for Superior Component Service […]

The post Datarella Joins Industry 4.0 Gaia-X Project ESCOM appeared first on DATARELLA.

]]>
Datarella, as part of a consortium of leading industry manufacturers and research facilities, is beginning work on the feasibility study “ESCOM – Balanced Edge Cloud Environments for Superior Component Service Systems in Production Applications”, funded by the Federal Ministry for Economic Affairs and Climate Action.

With the project, the consortium plans to make a demonstrable contribution to a responsible manufacturing industry regarding resource consumption and sustainable resource use. The project seeks to actively strengthen the innovative power of European industry and infrastructure providers and promote the emergence of socially relevant, freely consumable qualification offerings in the industrial and academic sectors. In this way, the consortium intends to provide an incentive for the relocation of global production capacities back to Europe.

The sustainable value proposition of a future configurable digital product instance is formulated as a digital twin of any machine component to reduce resource consumption via component information and increase machine availability and process reliability with condition and process information. The interdisciplinary consortium will demonstrate that the use and balancing of edge and cloud data spaces allows for the flexible, load- and energy demand-dependent use of services as a know-how offering of component manufacturers with high utility value for the end application. For this purpose, the consortium will use standards and open source software on the basis of the Gaia-X data infrastructure, which in the future will enable the exchange of smart service offerings of component manufacturers via the product service representation under the management shell concept of Plattform Industrie 4.0.

Owing to its experience in leveraging blockchain technology for real-world use cases (e.g. KOSMoS), Datarella is responsible for identifying relevant components, processes, data and blockchain plattforms as well as developing and implementing the services and sovereign data exchange processes that will enable an open, transparent and secure infrastructure.

We are very proud to be part of this project and looking forward to collaborating with all of the partners involved.

Project consortium

The post Datarella Joins Industry 4.0 Gaia-X Project ESCOM appeared first on DATARELLA.

]]>
9890