Skip to content

Commit

Permalink
Added landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Feb 22, 2024
1 parent ff114d8 commit a81f413
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Maven 4 Data
title: Scaseco
#remote_theme: pmarsceill/just-the-docs
theme: just-the-docs
url: https://scaseco.github.io
Expand Down
30 changes: 29 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
---
title: Overview
title: Home
layout: home
nav_order: 10
---

# Scaseco

Welcome to the GitHub Organization *Scaseco* - scalable semantic components.

## Libraries

* [aksw-commons](https://github.com/SmartDataAnalytics/aksw-commons): A utility belt for things not covered by apache-commons, guava and commons-collections.
* [JenaX](https://github.com/Scaseco/jenax): A project with many unofficial extensions for the [Apache Jena](https://github.com/apache/jena/) Semantic Web framework.
* [r2rml-api-jena](https://github.com/Scaseco/r2rml-api-jena): A RML and R2RML toolkit. Can translate RML and R2RLM to extended SPARQL queries that can be executed with the JenaX SPARQL extensions. This approach enables algebra optimization and reuse of SPARQL extensions.
* [hadoop-parser-framework](https://github.com/Scaseco/hadoop-parser-framework): This hadoop/spark project should eventually receive the IO layer of [SANSA](https://github.com/SANSA-Stack/SANSA-Stack).


## Vaadin Utilities and Components

* [vaadin-yasqe](https://github.com/Scaseco/vaadin-yasqe): Vaadin bindings for the popular *Yet Another Sparql Query Editor* (YASQE) widget.
* [vaadin-jena](https://github.com/Scaseco/vaadin-jena): Components and utilities for bridging Vaadin and Jena. Examples include: SPARQL-backed grid views, SPARQL-based label retrieval and visualization of spatial RDF literals (e.g. GeoSPARQL) on a leaflet map.

## Maven-based Data Management

* [maven4data](https://scaseco.github.io/maven4data/): A website explaining how to adapt the Apache Maven build system for generating, transforming, packaging and deploying data artifacts.
* [sparql-maven-plugin](https://github.com/Scaseco/sparql-maven-plugin): A maven plugin to create or update resources with SPARQL queries.
* [ckan-maven-plugin](https://github.com/Scaseco/ckan-maven-plugin): A maven plugin to deploy artifacts to CKAN instances.
* [mvn-rdf-sync](https://github.com/Scaseco/mvn-rdf-sync): CLI and docker setup to detect changes to a Maven repository and trigger generation and publishing of metadata artifacts. For example, an upload of an RDF dataset may automatically trigger DCAT, VoID and PROV-O generation.


## Applications

* [Facete3](https://github.com/Scaseco/facete3) A SPARQL-based Faceted Search Application built upon the Java Vaadin framework.


0 comments on commit a81f413

Please sign in to comment.