### Problem: GoFr does not yet support [Google Cloud Datastore](https://cloud.google.com/products/datastore), which is a widely used NoSQL document database service in the Google Cloud Platform ecosystem. ### Goal: - Implement datastore as a new NoSQL datastore in pkg/gofr/datasource/datastore. - Add a method on the App to plug and use the datasource. ### Include: - Logging: Log each operation and failure with context. - Tracing: Wrap calls in OpenTelemetry spans. - Metrics: Emit Prometheus metrics for operation counts and errors.