-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme and docker image labels.
- Loading branch information
Showing
4 changed files
with
71 additions
and
45 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
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,39 +1,51 @@ | ||
# Ember Nexus: A Powerful API for the Modern Web | ||
# Ember Nexus: Knowledge Graph API | ||
|
||
Store anything, connect everything, search it all? Sure thing! 😃 | ||
|
||
Ember Nexus API is a dynamic and versatile REST-API that leverages the power of graphs to provide flexible and secure | ||
data storage and retrieval for modern web applications. | ||
data storage and retrieval for data-minded people. It is open source and can be hosted on your own hardware - we | ||
currently support AMD and ARM architectures. | ||
|
||
## Quick Links | ||
|
||
- [Explore the code on GitHub](https://github.com/ember-nexus/api) | ||
- [Getting Started](https://ember-nexus.github.io/api/#/getting-started/tech-stack) | ||
- [Check out the documentation](https://ember-nexus.github.io/api) | ||
- [Find us on Docker Hub](https://hub.docker.com/r/embernexus/api) | ||
|
||
Find us on [GitHub](https://github.com/ember-nexus/api), [our website ember-nexus.dev](https://ember-nexus.dev), and | ||
[Discord](https://discord.gg/3UhupSvMAa). | ||
|
||
## Features | ||
|
||
Ember Nexus offers a range of cutting-edge features to meet your data storage needs, including: | ||
|
||
- **Graph-Based Data Model**: Ember Nexus uses an internal graph database to enable easy connections between data | ||
elements, so you can build sophisticated and scalable applications. | ||
- **Flexible User-Defined Schemas**: With Ember Nexus, you can define your own custom schemas for your data, in | ||
addition to static schemas that are built in for security reasons. | ||
- **UUIDs for All**: Ember Nexus assigns a UUID to every storable element, making it easy to retrieve and manage data. | ||
- **Near Real-Time Search**: Ember Nexus supports full-text search that is fast and responsive. | ||
- **Custom Graph Queries**: With Ember Nexus, you can write custom graph queries using Cypher to get the exact data | ||
you need. | ||
- **WebDAV Support**: Ember Nexus makes it easy to use WebDAV to manage your data. | ||
- **Web Hooks**: Ember Nexus also supports web hooks, so you can trigger actions or events based on changes in your | ||
data. | ||
- **Graph-based data model**: Ember Nexus uses the graph database [Neo4j](https://neo4j.com/) internally, which enables | ||
you to connect any data element to any other data element and efficiently search long and recursive relations. | ||
- **Access through UUID**: Ember Nexus assigns a UUID to every storable element, making it easy to retrieve and manage | ||
data. User can provide their own UUIDs as well, although this feature is disabled by default. | ||
- **Near real-time search**: Ember Nexus supports full-text search that is fast and responsive. Most of | ||
[Elasticsearch](https://www.elastic.co/elasticsearch/)'s features are directly available while not bypassing the | ||
security model. | ||
- **Secure by default**: User-created data is only visible to the owner by default. Sharing data requires explicit | ||
rules, which are recursive and optionally limited in access scope and other features. | ||
- **High-quality software**: We invested quite a bit of time to make sure that this software is as stable as possible. | ||
We employ code linters, unit tests, feature tests, memory leak tests, mutant tests, and more. Most examples in the | ||
documentation are automatically checked for deprecations. | ||
|
||
## Planned Features | ||
|
||
See our [milestone](https://github.com/ember-nexus/api/milestones) and | ||
[issue](https://github.com/ember-nexus/api/issues) list on GitHub for planned features. | ||
|
||
## Use Cases | ||
## When should I use Ember Nexus API? | ||
|
||
Ember Nexus is a powerful tool for a range of use cases, including: | ||
|
||
- **Private Cloud**: Use Ember Nexus to create your own private cloud, similar to Nextcloud. | ||
- **Private cloud**: Use Ember Nexus to create your own private cloud, similar to Nextcloud. | ||
- **Websites**: Use Ember Nexus as a CMS or blog platform. | ||
- **Data Management Systems**: Ember Nexus is ideal for building data management systems and archives. | ||
- **Data Lakes**: Ember Nexus makes it easy to create data lakes, where you can store and manage large volumes of data. | ||
- **Interface Between Multiple Systems**: Ember Nexus can serve as a bridge between multiple systems, making it easy | ||
to integrate and manage data across your entire infrastructure. | ||
- **Data management systems**: Ember Nexus is ideal for building data management systems and archives. | ||
- **Data lakes**: Ember Nexus makes it easy to create data lakes, where you can store and manage large volumes of data. | ||
- **Interface between multiple systems**: Ember Nexus can serve as a bridge between multiple systems, making it easy to | ||
integrate and manage data across your entire infrastructure. | ||
|
||
Experience the power of Ember Nexus for yourself - [try it out today](https://ember-nexus.github.io/api/#/)! |
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
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,39 +1,51 @@ | ||
# Ember Nexus: A Powerful API for the Modern Web | ||
# Ember Nexus: Knowledge Graph API | ||
|
||
Store anything, connect everything, search it all? Sure thing! 😃 | ||
|
||
Ember Nexus API is a dynamic and versatile REST-API that leverages the power of graphs to provide flexible and secure | ||
data storage and retrieval for modern web applications. | ||
data storage and retrieval for data-minded people. It is open source and can be hosted on your own hardware - we | ||
currently support AMD and ARM architectures. | ||
|
||
## Quick Links | ||
|
||
- [Explore the code on GitHub](https://github.com/ember-nexus/api) | ||
- [Getting Started](https://ember-nexus.github.io/api/#/getting-started/tech-stack) | ||
- [Check out the documentation](https://ember-nexus.github.io/api) | ||
- [Find us on Docker Hub](https://hub.docker.com/r/embernexus/api) | ||
|
||
Find us on [GitHub](https://github.com/ember-nexus/api), [our website ember-nexus.dev](https://ember-nexus.dev), and | ||
[Discord](https://discord.gg/3UhupSvMAa). | ||
|
||
## Features | ||
|
||
Ember Nexus offers a range of cutting-edge features to meet your data storage needs, including: | ||
|
||
- **Graph-Based Data Model**: Ember Nexus uses an internal graph database to enable easy connections between data | ||
elements, so you can build sophisticated and scalable applications. | ||
- **Flexible User-Defined Schemas**: With Ember Nexus, you can define your own custom schemas for your data, in | ||
addition to static schemas that are built in for security reasons. | ||
- **UUIDs for All**: Ember Nexus assigns a UUID to every storable element, making it easy to retrieve and manage data. | ||
- **Near Real-Time Search**: Ember Nexus supports full-text search that is fast and responsive. | ||
- **Custom Graph Queries**: With Ember Nexus, you can write custom graph queries using Cypher to get the exact data | ||
you need. | ||
- **WebDAV Support**: Ember Nexus makes it easy to use WebDAV to manage your data. | ||
- **Web Hooks**: Ember Nexus also supports web hooks, so you can trigger actions or events based on changes in your | ||
data. | ||
- **Graph-based data model**: Ember Nexus uses the graph database [Neo4j](https://neo4j.com/) internally, which enables | ||
you to connect any data element to any other data element and efficiently search long and recursive relations. | ||
- **Access through UUID**: Ember Nexus assigns a UUID to every storable element, making it easy to retrieve and manage | ||
data. User can provide their own UUIDs as well, although this feature is disabled by default. | ||
- **Near real-time search**: Ember Nexus supports full-text search that is fast and responsive. Most of | ||
[Elasticsearch](https://www.elastic.co/elasticsearch/)'s features are directly available while not bypassing the | ||
security model. | ||
- **Secure by default**: User-created data is only visible to the owner by default. Sharing data requires explicit | ||
rules, which are recursive and optionally limited in access scope and other features. | ||
- **High-quality software**: We invested quite a bit of time to make sure that this software is as stable as possible. | ||
We employ code linters, unit tests, feature tests, memory leak tests, mutant tests, and more. Most examples in the | ||
documentation are automatically checked for deprecations. | ||
|
||
## Planned Features | ||
|
||
See our [milestone](https://github.com/ember-nexus/api/milestones) and | ||
[issue](https://github.com/ember-nexus/api/issues) list on GitHub for planned features. | ||
|
||
## Use Cases | ||
## When should I use Ember Nexus API? | ||
|
||
Ember Nexus is a powerful tool for a range of use cases, including: | ||
|
||
- **Private Cloud**: Use Ember Nexus to create your own private cloud, similar to Nextcloud. | ||
- **Private cloud**: Use Ember Nexus to create your own private cloud, similar to Nextcloud. | ||
- **Websites**: Use Ember Nexus as a CMS or blog platform. | ||
- **Data Management Systems**: Ember Nexus is ideal for building data management systems and archives. | ||
- **Data Lakes**: Ember Nexus makes it easy to create data lakes, where you can store and manage large volumes of data. | ||
- **Interface Between Multiple Systems**: Ember Nexus can serve as a bridge between multiple systems, making it easy | ||
to integrate and manage data across your entire infrastructure. | ||
- **Data management systems**: Ember Nexus is ideal for building data management systems and archives. | ||
- **Data lakes**: Ember Nexus makes it easy to create data lakes, where you can store and manage large volumes of data. | ||
- **Interface between multiple systems**: Ember Nexus can serve as a bridge between multiple systems, making it easy to | ||
integrate and manage data across your entire infrastructure. | ||
|
||
Experience the power of Ember Nexus for yourself - [try it out today](/getting-started/tech-stack)! | ||
Experience the power of Ember Nexus for yourself - [try it out today](https://ember-nexus.github.io/api/#/)! |