geodesic.entanglement¶
This module is used to access the Entanglement service. It is an API that represents service data structures as well as functions used for getting and sending data to Entanglemnt. For an overview of how Entanglement represents data see Entanglement Overview and for basic usage examples see Entanglement Examples.
geodesic.entanglement
Data Structures¶
These are classes that are used to represent data and connections that are in the Entanglement service.
Object represents a node in a graph in Entanglement. |
|
A Connection is a relationship between two objects. |
Allows interaction with SeerAI datasets. |
|
Utility Functions¶
gets a Dataset from Entanglement by name |
|
searchs/returns a list of Datasets from Entanglement based on the user’s query |
|
Deprecated in 1.0.0 |
Search for objects in Entanglement. |
|
Add new nodes or update existing nodes. |
|
Delete objects by providing a list of objects or just their UIDs. |
|
Adds connections given a list of triples (Connection objects). |
|
Deletes connections given a list of triples (Connection objects). |
|
Gets all registered traits and their predicates. |
|
Gets all registered predicate names (with no trait information). |
|
Add predicate definitions to Entanglement. |
Values¶
Compiled regular expression object. |
|
Compiled regular expression object. |
|
Compiled regular expression object. |