new TingoParty(string, tingoOptions)
A local party implementation based on TingoDB Ideal for extremely large datasets with frequent document additions. Has a very efficient append-only file system driver which is ideal for embedded platforms. All database indexes must fit into RAM and are re-computed at db load time.
Parameters:
Name | Type | Description |
---|---|---|
string | path Path to a directory on the file system to store tingo db | |
tingoOptions | Object | O ptions to pass to tingodb. Defaults to |
- Implements
Methods
(static) handleCall(ask)
Parameters:
Name | Type | Description |
---|---|---|
ask | Object |
Returns: