Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafit-io/grafit
grafit.io - shared knowledge
https://github.com/grafit-io/grafit
django-rest-framework knowledge-graph knowledge-management nlp react
Last synced: 5 days ago
JSON representation
grafit.io - shared knowledge
- Host: GitHub
- URL: https://github.com/grafit-io/grafit
- Owner: grafit-io
- License: mit
- Created: 2018-10-12T15:31:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:33:50.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T12:47:04.478Z (3 months ago)
- Topics: django-rest-framework, knowledge-graph, knowledge-management, nlp, react
- Language: Python
- Homepage: https://grafit.readthedocs.io/en/latest/
- Size: 1.48 MB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - grafit-io/grafit - grafit.io - shared knowledge (react)
README
![grafit logo](https://github.com/grafit-io/grafit/blob/master/mkdocs/docs/img/color_logo_transparent.png)
[![Build Status](https://travis-ci.com/grafit-io/grafit.svg?branch=master)](https://travis-ci.com/grafit-io/grafit)
[![codecov](https://codecov.io/gh/grafit-io/grafit/branch/master/graph/badge.svg)](https://codecov.io/gh/grafit-io/grafit)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgrafit-io%2Fgrafit.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgrafit-io%2Fgrafit?ref=badge_shield)
[![RTD Status](https://readthedocs.org/projects/grafit/badge/?version=latest)](https://readthedocs.org/projects/grafit/)grafit is an MIT-licensed web app that allows teams to store, share and search knowledge in an effective way. With intelligent relation detection, different data sources are presented and searchable at one central entry point.
## Features
:memo: store text in nodes
:collision: text is analysed and relations to other nodes are learned
:satellite: urls within the text are crawled and the content is saved
:mag: full-text search
:busts_in_silhouette: workspaces for managing access to group of nodes## Documentation :notebook:
User and developer documentation is available [here](https://grafit.readthedocs.io/en/latest/).
UI-Guidelines are available [here](https://brandguidelines.logojoy.com/grafit-io).## Getting started
Install Docker [Mac](https://docs.docker.com/docker-for-mac/install/) / [Windows](https://docs.docker.com/docker-for-windows/install/)
Clone this repo and run:
```bash
docker-compose up
```Go to [http://localhost:8001](http://localhost:8001) to read the docs.
Go to [http://localhost:3000](http://localhost:3000) to start the app.
## Contribute
Berfore contributing, please have a look at our [Code Of Conduct](CODE_OF_CONDUCT.md) and the [Contributing Guidelines](CONTRIBUTING.md).
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgrafit-io%2Fgrafit.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgrafit-io%2Fgrafit?ref=badge_large)