6.6.0 • Published 1 month ago

ag-crud-rethink v6.6.0

Weekly downloads
3
License
UNLICENSED
Repository
github
Last release
1 month ago

ag-crud-rethink

Realtime CRUD data management layer/plugin for SocketCluster using RethinkDB as the database.

See https://github.com/SocketCluster/ag-crud-sample for a full working sample.

Setup

See https://github.com/SocketCluster/ag-crud-sample for sample app which demonstrates this component in action.

This module is a plugin for SocketCluster, so you need to have SocketCluster installed: https://socketcluster.io/ Once SocketCluster is installed and you have created a new project, you should navigate to your project's main directory and run:

npm install ag-crud-rethink --save

Now you will need to attach the plugin to your SocketCluster server - So open server.js and pass the agServer instance to the attach function exposed by this module.

As shown in the sample above, you will need to provide a schema for your data. In the example above, the Category, Product, and User keys represent tables/models within RethinkDB - Inside each of these, you need to declare what fields are allowed and optionally the views which are supported for each model type.

Simply put, a view is an ordered, filtered subset of all documents within a table. Views need to define a filter and/or order function which will be used to construct the view for table's data.

6.6.0

1 month ago

6.5.1

1 month ago

6.5.0

1 month ago

6.4.0

1 month ago

6.3.2

2 months ago

6.3.1

3 months ago

6.3.0

3 months ago

6.2.0

5 months ago

6.1.1

5 months ago

5.1.3

6 months ago

5.1.2

7 months ago

5.2.0

6 months ago

5.1.1

7 months ago

5.1.0

7 months ago

5.0.1

7 months ago

5.0.0

7 months ago

6.1.0

6 months ago

6.0.0

6 months ago

2.6.1

9 months ago

2.6.0

9 months ago

3.0.4

8 months ago

3.0.3

8 months ago

3.0.2

8 months ago

3.0.1

8 months ago

3.0.5

8 months ago

3.0.0

8 months ago

4.2.3

7 months ago

4.2.2

7 months ago

4.2.5

7 months ago

4.2.4

7 months ago

4.1.0

7 months ago

4.0.1

8 months ago

4.0.0

8 months ago

4.2.1

7 months ago

4.1.2

7 months ago

4.2.0

7 months ago

4.1.1

7 months ago

2.5.0

5 years ago

2.4.3

5 years ago

2.4.2

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.9.0

5 years ago