Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to sharedb-access. #245

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ There are currently two demos, which are included in the [racer-examples](https:

* **Persistent storage** – Racer uses [ShareDB](https://github.com/share/sharedb) to keep a journal of all data operations, publish operations to multiple frontend servers, and automatically persist documents. It currently supports MongoDB, and it can be easily adapted to support other document stores.

* **Access control** – (Under development) Racer will have hooks for access control to protect documents from malicious reads and writes.
* **Access control** – Racer itself does not have hooks for access control to protect documents from malicious reads and writes. For adding this functionality, use [sharedb-access](https://github.com/dmapper/sharedb-access).

* **Solr queries** – (Under development) A Solr adapter will support updating Solr indices as data change and queries for realtime updated search results.

Expand Down