You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: joss/paper.md
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,10 @@ Existing extract, transform and load (ETL) technologies such as [Microsoft SQL S
46
46
47
47
Knowledge bases in Resource Description Framework (RDF) triplestores can be valuable tools to harmonize and enrich complex data. Transforming source relational data into RDF triples reflecting a data model is challenging. While there exist relational-to-RDF mappers such as Karma [@10.1007/978-3-662-46641-4_40], the configuration process is labor intensive and the resulting triples may not match a data model particularly one of sufficient complexity.
48
48
49
-
**Carnival** was developed to create domain-specific property graph data models, and provide tools to create robust pipelines to import and manage data in that model. There are two main components to Carnival. The primary component is a layer built on top of [Apache Tinkerpop](https://tinkerpop.apache.org) that seeks to provide more standardized and semantically driven methods of interacting with a property graph. An additional component is a data caching mechanism that supports the efficient aggregation of data from disparate sources.
50
-
51
-
52
-
53
-
### Key Features
54
-
- a graph modeling framework that ensures graph data remain consistent
55
-
- a data caching mechanism to ease the computational burden of data aggregation during the development process and promotes data provenance
56
-
- a lightweight graph algorithm framework that facilitates the creation of graph building components with automated provenance tracking
49
+
**Carnival** was developed to create domain-specific property graph data models, and provide tools to create robust pipelines to import and manage data in that model. There are two main components to Carnival. The primary component is a layer built on top of [Apache Tinkerpop](https://tinkerpop.apache.org) that seeks to provide more standardized and semantically driven methods of interacting with a property graph. An additional component is a data caching mechanism that supports the efficient aggregation of data from disparate sources. The main features of Carnival are:
50
+
- a graph modeling framework that ensures graph data remain consistent,
51
+
- a data caching mechanism to ease the computational burden of data aggregation during the development process and promotes data provenance,
52
+
- a lightweight graph algorithm framework that facilitates the creation of graph building components with automated provenance tracking.
0 commit comments