diff options
author | Joep Meindertsma <joepmeindertsma@gmail.com> | 2022-10-09 17:53:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 17:53:47 +0000 |
commit | cc2f43591c83cf1db9cad34b955e53c6eb8fa3e8 (patch) | |
tree | 1a903eab769da2ef6cf63306f51f798f3906c942 | |
parent | Remove dead link (#3346) (diff) | |
download | awesome-selfhosted-cc2f43591c83cf1db9cad34b955e53c6eb8fa3e8.tar.gz awesome-selfhosted-cc2f43591c83cf1db9cad34b955e53c6eb8fa3e8.zip |
Add Atomic Server to Knowledge Management Tools (#3172)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1101,6 +1101,7 @@ A [human resources management system](https://en.wikipedia.org/wiki/Human_resour _Related: [Note-taking & Editors](#note-taking--editors), [Wikis](#wikis)_ +- [Atomic Server](https://github.com/atomicdata-dev/atomic-data-rust) - Knowledge graph database with documents (similar to Notion), tables, search, and a powerful linked data API. Lightweight, very fast and no runtime dependencies. ([Demo](https://atomicdata.dev/)) `MIT` `Docker/Rust` - [Mindmaps](https://github.com/drichard/mindmaps) - Open source, offline capable, mind mapping application. ([Demo](https://www.mindmaps.app)) `AGPL-3.0` `HTML5` - [My Mind](https://github.com/ondras/my-mind) - Web application for creating and managing mind maps. ([Demo](https://my-mind.github.io/?url=examples%2Ffeatures.mymind)) `MIT` `Javascript` - [Weaviate](https://weaviate.io/) - A cloud-native, realtime vector search engine integrating scalable machine learning models (GraphQL and RESTful APIs). ([Demo](https://github.com/semi-technologies/semantic-search-through-wikipedia-with-weaviate/), [Source Code](https://github.com/semi-technologies/weaviate), [Clients](https://weaviate.io/developers/weaviate/current/client-libraries/index.html)) `BSD-3-Clause` `Go` |