Data Transfer Project (Initiative)#
See also: computing, gather-weave
The Data Transfer Project has three components (sadly Java)
- Data models - code
- canonical formats that establish a common understanding of how to transfer data (both proprietary data and authentication formats)
- recognises an ideal situation would be the use of interoperable APIs (e.g. ActivityPub), but not common
- data models clustered by industry grouping to form Verticals
- ideally each vertical has a small number of defined/adopted data models
- Company specific adapters - code
- Tranlate provider's API into data models, come in pairs: exporter/importer
- Adapters for data and authentication
- Outside core infrastructure - writen by provider or third parties
- Task management - "The rest is just plumbing"