Skip to content
Open
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to the eccenca Corporate Memory documention project.
The following is a set of guidelines for contributing to the eccenca Corporate Memory documentation project.

## How Can I Contribute?

Expand Down Expand Up @@ -124,7 +124,7 @@ On this page is search function for icons available as well.
<summary>Extend section</summary>

- do not use a cluttered desktop
- do not show other esp. personal project artifacts then relevant for the tutorial / feature to show
- do not show other esp. personal project artifacts than relevant for the tutorial / feature to show
- select cropping area carefully (omit backgrounds, lines on the edges, etc.)
- use the same or a similar area for similar screens
- all relevant elements should be clearly visible and not be truncated
Expand Down
1 change: 1 addition & 0 deletions docs/build/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ nav:
- Project and Global Variables: variables
- Evaluate Template Operator: evaluate-template
- Build Knowledge Graphs from Kafka Topics: kafka-consumer
- Spark: spark
38 changes: 29 additions & 9 deletions docs/build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,50 @@ hide:

# :material-star: Build

The Build stage is used to turn your legacy data points from existing datasets into an Enterprise Knowledge Graph structure. The subsections introduce the features of Corporate Memory that support this stage and provide guidance through your first lifting activities.
The Build stage turns your source data—across files, databases, APIs, and streams—into an Enterprise Knowledge Graph. The sections below explain the Build workspace and guide you from first lifting steps to reusable patterns and reference material.

**:octicons-people-24: Intended audience:** Linked Data Experts

<div class="grid cards" markdown>

- :eccenca-application-dataintegration: Introduction and Best Practices
- :eccenca-application-dataintegration: Foundations: Introduction and Best Practices

---

- [Introduction to the User Interface](introduction-to-the-user-interface/index.md) --- a short introduction to the **Build** workspace incl. projects and tasks management.
- [Rule Operators](rule-operators/index.md) --- Overview on operators that can be used to build linkage and transformation rules.
- [Cool IRIs](cool-iris/index.md) --- URIs and IRIs are character strings identifying the nodes and edges in the graph. Defining them is an important step in creating an exploitable Knowledge Graph for your Company.
- [Define Prefixes / Namespaces](define-prefixes-namespaces/index.md) --- Define Prefixes / Namespaces — Namespace declarations allow for abbreviation of IRIs by using a prefixed name instead of an IRI, in particular when writing SPARQL queries or Turtle.
- [Cool IRIs](cool-iris/index.md) --- URIs and IRIs are character strings identifying the nodes and edges in the graph. Defining them is an important step in creating an exploitable Knowledge Graph for your Company.
- [Define Prefixes / Namespaces](define-prefixes-namespaces/index.md) --- Namespace declarations allow for abbreviation of IRIs by using a prefixed name instead of an IRI, in particular when writing SPARQL queries or Turtle.
- [Spark](spark/index.md) --- Explainer of Apache Spark and its integration within the BUILD platform.

- :material-list-status: Tutorials

---

- [Lift Data from Tabular Data](lift-data-from-tabular-data-such-as-csv-xslx-or-database-tables/index.md) --- Build a Knowledge Graph from from Tabular Data such as CSV, XSLX or Database Tables.
- [Lift data from JSON and XML sources](lift-data-from-json-and-xml-sources/index.md) --- Build a Knowledge Graph based on input data from hierarchical sources such as JSON and XML files.
- [Extracting data from a Web API](extracting-data-from-a-web-api/index.md) --- Build a Knowledge Graph based on input data from a Web API.
- [Reconfigure Workflow Tasks](workflow-reconfiguration/index.md) --- During its execution, new parameters can be loaded from any source, which overwrites originally set parameters.
- [Incremental Database Loading](loading-jdbc-datasets-incrementally/index.md) --- Load data incrementally from a JDBC Dataset (relational database Table) into a Knowledge Graph.
- [Lift Data from Tabular Data](lift-data-from-tabular-data-such-as-csv-xslx-or-database-tables/index.md) --- Build a Knowledge Graph from tabular data such as CSV, XSLX or database tables.
- [Lift data from JSON and XML sources](lift-data-from-json-and-xml-sources/index.md) --- Build a Knowledge Graph based on input data from hierarchical sources such as JSON and XML files.
- [Extracting data from a Web API](extracting-data-from-a-web-api/index.md) --- Build a Knowledge Graph based on input data from a Web API.
- [Incremental Database Loading](loading-jdbc-datasets-incrementally/index.md) --- Load data incrementally from a JDBC Dataset (relational database Table) into a Knowledge Graph.
- [Active learning](active-learning/index.md) --- Advanced workflows that improve results iteratively by incorporating feedback signals.
- [Connect to Snowflake](snowflake-tutorial/index.md) --- Connect Snowflake as a scalable cloud warehouse and lift/link its data in Corporate Memory to unify it with your other sources in one knowledge graph.
- [Build Knowledge Graphs from Kafka Topics](kafka-consumer/index.md) --- Consume Kafka topics and lift event streams into a Knowledge Graph.
- [Evaluate Jinja Template and Send an Email Message](evaluate-template/index.md) --- Template and send an email after a workflow execution.
- [Link Intrusion Detection Systems to Open-Source INTelligence](tutorial-how-to-link-ids-to-osint/index.md) --- Link IDS data to OSINT sources.

- :fontawesome-regular-snowflake: Patterns

---

- [Reconfigure Workflow Tasks](workflow-reconfiguration/index.md) --- During its execution, new parameters can be loaded from any source, which overwrites originally set parameters.
- [Project and Global Variables](variables/index.md) --- Define and reuse variables across tasks and projects.

- :material-book-open-variant-outline: Reference

---

- [Mapping Creator](mapping-creator/index.md) --- Create and manage mappings to lift legacy data into a Knowledge Graph.
- [Integrations](integrations/index.md) --- Supported integrations and configuration options for connecting data sources and sinks.
- [Task and Operator Reference](reference/index.md) --- Reference documentation for tasks and operators in the Build workspace.

</div>

Loading