Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdornseif/datastore-simulator

This is a in process Simulator for Google Cloud Datastore
https://github.com/mdornseif/datastore-simulator

datastore google-cloud mock testing

Last synced: about 1 month ago
JSON representation

This is a in process Simulator for Google Cloud Datastore

Awesome Lists containing this project

README

        

[![version](https://img.shields.io/npm/v/datastore-simulator.svg?style=flat-square)](https://npmjs.org/datastore-simulator)

# datastore-simulator

This is a in process Simulator for the Google Cloud Datastore Node.js Client [@google-cloud/datastore
](https://github.com/googleapis/nodejs-datastore) for easy integration testing.

It is inspired by [datastore-mock](https://github.com/KoryNunn/datastore-mock) but tries be
Typescript compatible and model the Cloud Datastore API surface as close as possible.

datastore-simulator does *not* try to model transactions, queries and consistency.

## See also

* [datastore-mock](https://www.npmjs.com/package/datastore-mock)
* [@google-cloud/datastore](https://www.npmjs.com/package/@google-cloud/datastore)
* [google-datastore-emulator](https://www.npmjs.com/package/google-datastore-emulator)
* [datastore-api](https://www.npmjs.com/package/datastore-api)