Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/southpolesteve/cosmostly
Checkout https://github.com/zeit/cosmosdb-server instead
https://github.com/southpolesteve/cosmostly
azure azure-cosmos-db cosmos-db cosmosdb emulator
Last synced: about 2 months ago
JSON representation
Checkout https://github.com/zeit/cosmosdb-server instead
- Host: GitHub
- URL: https://github.com/southpolesteve/cosmostly
- Owner: southpolesteve
- License: mit
- Created: 2019-03-03T00:37:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:13:18.000Z (almost 2 years ago)
- Last Synced: 2023-04-10T02:51:44.255Z (over 1 year ago)
- Topics: azure, azure-cosmos-db, cosmos-db, cosmosdb, emulator
- Language: TypeScript
- Homepage:
- Size: 729 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cosmostly
### ⚠️ WARNING: THIS IS NOT READY TO USE AND UNDER HEAVY DEVELOPMENT ⚠️
### Use https://github.com/zeit/cosmosdb-server instead of this project
[![Build Status](https://dev.azure.com/stfaul/Cosmostly/_apis/build/status/Cosmostly-CI?branchName=master)](https://dev.azure.com/stfaul/Cosmostly/_build/latest?definitionId=2&branchName=master)
A minimal JavaScript emulator for Cosmos DB SQL API. If you need full accuracy use the [offical emulator](https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator)
## Quick Start
```bash
npm install -g cosmostly
cosmostly
```## Supported Features
- [ ] Authentication
- [ ] CORS
- [x] DatabaseAccount
- [x] Databases
- [x] Create
- [x] Read
- [x] Delete
- [x] List
- [x] Containers
- [x] Create
- [x] Read
- [ ] Update
- [x] Delete
- [x] List
- [x] Items
- [x] Create
- [x] Read
- [ ] Update
- [x] Delete
- [ ] Query## Unsupported Features
These are features currently not in scope. They may never be supported. If you need them, use the [offical emulator](https://docs.microsoft.com/en-us/azure/cosmos-db/local-emulator)
- Attachments
- Stored Procedures
- User Defined Functions
- Triggers
- Users
- Permissions
- Offers
- Consistency Settings
- Persistence