Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdornseif/datastore-simulator
- Owner: mdornseif
- License: mit
- Created: 2023-04-24T06:35:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T11:49:04.000Z (12 months ago)
- Last Synced: 2024-04-27T06:05:34.066Z (9 months ago)
- Topics: datastore, google-cloud, mock, testing
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/datastore-simulator
- Size: 517 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)