notebook/notes/data-models/federation.md

60 lines
2.6 KiB
Markdown
Raw Normal View History

2024-12-27 02:51:09 +00:00
---
title: Federation
TARGET DECK: Obsidian::STEM
FILE TAGS: data_model::federation
tags:
- data_model
- federation
---
## Overview
Generally speaking, a federation refers to some collection within which each member has some degree of internal autonomy. In computing, it often refers to some aggregated view over individual resources. Some examples include:
* **Data**. Federated data typically refers to grouping of data from different sources into a single view.
* **Databases**. A federated database is one that maps multiple autonomous databases into a single view.
* **Networking**. A federation in this context might mean the inter-operation of distinct networks.
%%ANKI
Basic
Generally speaking, what is a federation?
Back: A collection within which members have some degree of internal autonomy.
Reference: Allemang, Dean, James A. Hendler, and Fabien L. Gandon. _Semantic Web for the Working Ontologist_. 3e ed. ACM Books 33. New York: Association for computing machinery, 2020.
<!--ID: 1735176997754-->
END%%
%%ANKI
Basic
What is the defining characteristic of members of a federation?
Back: They operate independently of the whole.
Reference: Allemang, Dean, James A. Hendler, and Fabien L. Gandon. _Semantic Web for the Working Ontologist_. 3e ed. ACM Books 33. New York: Association for computing machinery, 2020.
<!--ID: 1735176997760-->
END%%
%%ANKI
Basic
In the context of databases, what might federation refer to?
Back: A database that maps multiple autonomous databases into a single view.
Reference: Allemang, Dean, James A. Hendler, and Fabien L. Gandon. _Semantic Web for the Working Ontologist_. 3e ed. ACM Books 33. New York: Association for computing machinery, 2020.
<!--ID: 1735176997763-->
END%%
%%ANKI
Basic
In the context of data, what might federation refer to?
Back: The grouping of data from different sources into a single view.
Reference: Allemang, Dean, James A. Hendler, and Fabien L. Gandon. _Semantic Web for the Working Ontologist_. 3e ed. ACM Books 33. New York: Association for computing machinery, 2020.
<!--ID: 1735176997766-->
END%%
%%ANKI
Basic
In the context of networks, what might federation refer to?
Back: The inter-operation of distinct networks.
Reference: Allemang, Dean, James A. Hendler, and Fabien L. Gandon. _Semantic Web for the Working Ontologist_. 3e ed. ACM Books 33. New York: Association for computing machinery, 2020.
<!--ID: 1735176997769-->
END%%
## Bibliography
* Allemang, Dean, James A. Hendler, and Fabien L. Gandon. _Semantic Web for the Working Ontologist_. 3e ed. ACM Books 33. New York: Association for computing machinery, 2020.