-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More content on the docs landing page.
- Loading branch information
1 parent
4075ab5
commit df88462
Showing
2 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,22 @@ | |
|
||
<img src="https://triplydb.com/imgs/logos/logo-lg.svg?v=0" style="height: 100px;"/> | ||
|
||
# Welcome to the Triply Documentation | ||
# Triply Documentation | ||
|
||
What can we help you with? | ||
|
||
## [TriplyDB](triply-db-getting-started/index.md) | ||
Learn how to integrate TriplyDB in your workflow | ||
|
||
TriplyDB is a state-of-the-art linked database / triple store that is used by organizations of any size: from start-ups to orgs with 10K+ employees. | ||
|
||
[Learn more about how to use TriplyDB](triply-db-getting-started/index.md) | ||
|
||
## [TriplyETL](triply-etl/index.md) | ||
Create production-grade Extract-Transform-Load pipelines | ||
|
||
## [Yasgui](yasgui/index.md) | ||
Learn about the SPARQL editor | ||
Use TriplyETL to quickly connect your data sources to your linked database / triple store. TriplyETL can be extract, transform, enrich, validate, and load linked data. | ||
|
||
[Learn more about how to use TriplyETL](triply-etl/index.md) | ||
|
||
--- | ||
|
||
**Didn't find what you were looking for?** | ||
[Contact us](https://triply.cc/contact) | ||
Didn't find what you were looking for? Contact us via [our form](https://triply.cc/contact) or by e-mailing to [[email protected]](mailto:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
--- | ||
title: "TriplyDB" | ||
path: "/docs/triply-db-getting-started" | ||
--- | ||
|
||
[TOC] | ||
|
||
# Introduction | ||
# TriplyDB Overview | ||
|
||
TriplyDB allows you to store, publish, and use linked data knowledge graphs. TriplyDB makes it easy to upload linked data and expose it | ||
through various APIs, including SPARQL, Elasticsearch, Linked Data Fragments, and REST. | ||
|
||
Learn more about the following features: | ||
|
||
- [Uploading data](uploading-data) | ||
- [Publishing data](publishing-data) | ||
- [Viewing data](viewing-data) | ||
- [Exporting data](exporting-data) | ||
- [Saved queries](saved-queries) | ||
- [Data stories](data-stories) | ||
- [Admin settings](admin-settings-pages) | ||
|
||
TriplyDB allows you to store, publish, and use linked data Knowledge | ||
Graphs. TriplyDB makes it easy to upload linked data and expose it | ||
through various APIs (SPARQL, Elasticsearch, LDF, REST). [Read | ||
More](../triply-api) | ||
<!-- | ||
configure APIs | ||
reference: | ||
access levels | ||
markdown support | ||
--> |