Update README

This commit is contained in:
Tobie Morgan Hitchcock 2016-09-14 18:05:52 +01:00
parent ed6a9555a1
commit 152c6524f5

View file

@ -26,15 +26,16 @@ Surreal is a scalable, distributed, strongly-consistent, collaborative document-
- End-user multi-tenancy authentication
- Flexible **data manipulation** queries
- Automatic creation of tables
- Sceha-less or schema-full tables
- Schema-less or schema-full tables
- Automatic data field sanitization
- Mandatory, and readonly data fields
- Mandatory, readonly, and validated data fields
- Define embedded fields, and object arrays
- Advanced customisable **indexing** support
- Single-column indexs
- Multiple-column indexes
- Single-column indexes
- Multiple-column indexes
- Multiple-compound indexes
- Indexing of embedded data fields
- LUA/JS scripting for custom indexes
- JS/LUA scripting for custom indexes
- Full-text indexing of all data by default
- **Collaborative** editing and manipulation of data
- Live realtime queries
@ -73,4 +74,4 @@ surreal start --port-web 8002 --port-tcp 33695 --db-path boltdb://surreal-3.db -
docker run --name surreal-1 abcum/surreal start --port-web 8000 --port-tcp 33693 --join localhost:33693 --log-level debug
docker run --name surreal-2 abcum/surreal start --port-web 8001 --port-tcp 33694 --join localhost:33693 --log-level debug
docker run --name surreal-3 abcum/surreal start --port-web 8002 --port-tcp 33695 --join localhost:33693 --log-level debug
```
```