Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 | ✅ |