Skip to content

Commit

Permalink
modified readme file and added image
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu Vettrivel authored and Vishnu Vettrivel committed Oct 4, 2022
1 parent 58788c5 commit 82bebce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
# graphster
# Graphster

![ Graphster ](/website/graphster_image.png)

`graphster` is an open-source spark-based library for scalable, end-to-end knowledge graph construction and querying from unstructured and structured source data. The graphster library takes a collection of documents, extracts mentions and relations to populate a raw knowledge graph, links mentions to entities in Wikidata, and then enriches the knowledge graph with facts from Wikidata. Once the knowledge graph is built, graphster can also help natively query the knowledge graph using [`SPARQL`](https://en.wikipedia.org/wiki/SPARQL/).

See [`wisecube.org`](http://www.wisecube.org/) for an overview of the library.
`Graphster` is an open-source knowledge graph library.
It is a spark-based library purpose-built for scalable, end-to-end knowledge graph construction and querying from unstructured and structured source data.
The graphster library takes a collection of documents, extracts mentions and relations to populate a raw knowledge graph, links mentions to entities in Wikidata, and then enriches the knowledge graph with facts from Wikidata. Once the knowledge graph is built, graphster can also help natively query the knowledge graph using [`SPARQL`](https://en.wikipedia.org/wiki/SPARQL/).

Give [`graphster.org`](http://www.graphster.org/) a try!



This README provies instructions on how to use the library in your own project.


# Setup

Clone [wisecube](https://github.com/thecloudcircle/graphster):
Clone [graphster](https://github.com/wisecubeai/graphster):

```
git clone https://github.com/thecloudcircle/graphster.git
git clone https://github.com/wisecubeai/graphster.git
```



## Configuration

The configuration is used to create Spark `Metadata` objects. These objects define transformations between the source
Expand Down
Binary file added website/graphster_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82bebce

Please sign in to comment.