Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadoshita/datastore-storage-size-calculator
A storage size calculation tool for Google Cloud Datastore
https://github.com/kadoshita/datastore-storage-size-calculator
Last synced: 12 days ago
JSON representation
A storage size calculation tool for Google Cloud Datastore
- Host: GitHub
- URL: https://github.com/kadoshita/datastore-storage-size-calculator
- Owner: kadoshita
- License: mit
- Created: 2024-06-01T02:03:06.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T10:05:06.000Z (20 days ago)
- Last Synced: 2024-12-04T11:20:08.937Z (20 days ago)
- Language: TypeScript
- Homepage: https://datastore-storage-size-calculator.sublimer.me
- Size: 846 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Datastore storage size calculator
A storage size calculation tool for Google Cloud Datastore.
> [!NOTE]
> This is an unofficial tool, and the author does not guarantee the accuracy of its results.![Screenshot](public/screenshot.png)
## Status
| Type | Supported |
|---------------------|-----------|
| Array | ✅ |
| Blob | ❌ |
| Boolean | ✅ |
| Double | ✅ |
| Embedded entity | ✅ |
| Geographical point | ✅ |
| Integer | ✅ |
| Key | ❌ |
| Null | ✅ |
| String | ✅ |
| Timestamp | ✅ |