13 KiB
XDI
The XNS Public Trust Organization was founded in July 2000, shortly after International Planetwork Conference. -xdi.org - History
to promote the concept of individuals owning their own digital identity and data based on a nascent technology being produced by two Technical Committees at OASIS: XRI (Extensible Resource Identifier) and XDI (Extensible Data Interchange).
- xdi.org is a non-profit public trust organization whose purpose is to provide public infrastructure for digital identity, security, and privacy using the open standard XDI semantic data interchange protocol developed by the OASIS XDI Technical Committee.
Contents
RWoT Papers
- Cool hack with XDI graphs, blockstore, link contracts, and cryptographic identifiers
- Markus Sabadello @Peacekeeper <markus@projectdanube.org>
- XDI Link Contracts: An Overview
- Drummond Reed @DrummondReed <drummond@respect.network>
- XDI Graphs in IPFS
- Markus Sabadello
- XDI Verifiable Claims and Link Contracts by Markus Sabadello
- First XDI Link Contract between "btcr" DID and "sov" DID by Markus Sabadello
Project Danube ^
Markus Sabadello began working on Project Danube around 2010
This is an open-source project offering software for identity and personal data services on the Internet. The core of this project is an XDI-based Personal Data Store - a semantic database for your personal data, which always remains under your control. Applications on top of this database include the Federated Social Web, the selective sharing of personal data with organizations, and much more.
Project Danube Github Repos ^
- /projectdanube/xdi2 - XDI2 general purpose library and server
- /projectdanube/xdi-js - XDI client library for JavaScript
- /projectdanube/xdi2-connect-core - Shared library for the XDI Connect protocol
- /projectdanube/indy-sdk-java - Java binding to the native Indy SDK
- /projectdanube/xdi-tutorial - XDI Tutorial
- /projectdanube/XDINinja-swing - XDI-enabled standalone client application
- /projectdanube/xdi2-tools - XDI2 maintenance and other tools
- /projectdanube/xdi2-docker - Dockerfiles for XDI2
- /projectdanube/xdi2-connect-buttonbuilder - "Button Builder" component for the XDI Connect protocol
XDI - Various Integrations ^
- /projectdanube/xdi2-bdb - Support for using BDB as XDI2 backend storage
- /projectdanube/xdi2-mongodb - Support for using MongoDB as XDI2 backend storage
- /projectdanube/xdi2-server-heroku - XDI2 Server deployed via Heroku
- /projectdanube/xdi2-redis - Support for using Redis as XDI2 backend storage
- /projectdanube/xdi2-tor - Integration of XDI and Tor
- /projectdanube/xdi2-ipfs - Integration of XDI and IPFS
- /projectdanube/withsqlite - A module for a python dict that back ends on an sqlite3 database. It's bit like shelve but with json and sqlite3.
- Forked from jvasile/withsqlite
- /projectdanube/blockstack-cli-java - Java client for Blockstore
XDI Configuration ^
- /projectdanube/xdi2-selfhosted - A configuration profile of the XDI2 server for self-hosting a single XDI graph.
- /projectdanube/xdi2-csp - A configuration profile of the XDI2 server for hosting a dynamic number of XDI graphs.
- /projectdanube/xdi2-registry - A configuration profile of the XDI2 server for hosting a registry of XDI names and XDI numbers.
XDI Examples ^
- /projectdanube/xdi2-example-messaging - XDI2 Examples: Basic messaging functionality.
- /projectdanube/xdi2-example-advanced-server - XDI2 Examples: Setting up advanced XDI servers.
- /projectdanube/xdi2-example-core - XDI2 Examples: Simple uses of the core functionality.
- /projectdanube/xdi2-example-client - XDI2 Examples: Writing XDI client applications.
- /projectdanube/xdi2-example-secp256k1-server - Example XDI server using cid-2 cryptographic XDI numbers.
- /projectdanube/xdi2-example-ec25519-server - Example XDI server using cid-1 cryptographic XDI numbers.
- /projectdanube/xdi2-connect-acmenews - +acmenews XDI2 demo
- /projectdanube/xdi2-connect-leshop - +leshop XDI2 demo
- /projectdanube/xdi2-example-secp256k1-client - Example XDI client using cid-2 cryptographic XDI numbers.
- /projectdanube/xdi2-example-ec25519-client - Example XDI client using cid-1 cryptographic XDI numbers.
XDI Plugins ^
- /projectdanube/xdi2-crypto-secp256k1 - This is an secp256k1 crypto plugin for the XDI2 client and server.
- /projectdanube/xdi2-crypto-ec25519 - This is an Ed25519 crypto plugin for the XDI2 client and server.
- /projectdanube/xdi2-connector-facebook - A connector plugin for the XDI2 server that maps data from Facebook to XDI
- /projectdanube/xdi2-connector-meeco - A connector plugin for Meeco
- /projectdanube/XDINinja-plugin - A browser plugin that is like "Twitter for data"
- /projectdanube/xdi2-connector-cozy - A connector plugin for CozyCloud
- /projectdanube/xdi2-filesys - Plugin for an XDI2 server to integrate with a local filesystem
- /projectdanube/xdi2-connector-personal - A connector plugin for the XDI2 server that maps data from Personal.com to XDI
Aeternam ^
- /projectdanube/aeternam-xdi-sncf - Aeternam PNR Demo: SNCF
- /projectdanube/aeternam-xdi-db - Aeternam PNR Demo: Deutsche Bahn
- /projectdanube/aeternam-xdi-tests - XDI experimentation for ÆTERNAM / ÆVATAR
- /projectdanube/aeternam-xdi-maria - Aeternam PNR Demo: Maria
- /projectdanube/aeternam-xdi-webshop - Aeternam PNR Demo: Webshop
- /projectdanube/aeternam-xdi-oebb - Aeternam PNR Demo: ÖBB
XDI Cloud ^
- /projectdanube/xdi2-cloudcards - XDI Cloud Card Viewer
- /projectdanube/xdi2-messenger - XDI Cloud Messenger
- /projectdanube/xdi2-manager - XDI Cloud Manager
- /projectdanube/xdi2-pixel - Tool to translate a personal cloud policy language (Pixel) to XDI link contracts.
XDI Server Deployed Via ^
- /projectdanube/xdi2-server-grizzly - XDI2 Server deployed via Grizzly
- /projectdanube/xdi2-server-mina - XDI2 Server deployed via Apache MINA
- /projectdanube/xdi2-server-netty - XDI2 Server deployed via netty
- /projectdanube/xdi2-server-undertow - XDI2 Server deployed via Undertow
- /projectdanube/xdi2-server-vertx - XDI2 Server deployed via vert.x
Sevices ^
- /projectdanube/xdi2-connect-service - This is a "Connect Service" component for the XDI Browser binding.
- /projectdanube/neustar-discovery-service - Neustar XDI Discovery Service based on XRI Resolution
- Forked from neustarpc/neustar-discovery-service
- /projectdanube/xdi2-connect-auth-service-war - "Authorization Service" for the XDI Connect protocol, packaged as .WAR file
- /projectdanube/xdi2-connect-service-war - "Connect Service" for the XDI Connect protocol, packaged as .WAR file
- /projectdanube/xdi-grapheditor - An XDI Graph Editor -Forked from neustar/xdi-grapheditor
- /projectdanube/xdi2-connect-auth-service - This is a "Connect Auth Service" component for the XDI Browser binding.