From 73bdee5e58d7259e4cf70124d02d8374e4d06a47 Mon Sep 17 00:00:00 2001 From: Shwetagni Karad <112082430+shwetagninkarad@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:28:00 +0530 Subject: [PATCH] Create datastore --- sources/datastore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sources/datastore diff --git a/sources/datastore b/sources/datastore new file mode 100644 index 00000000..20432ecd --- /dev/null +++ b/sources/datastore @@ -0,0 +1,10 @@ +{ + "id": "DATASTORE", + "name": "Datastore", + "categories": ["DATABASE"], + "organization": "GOOGLE", + "iconUrl": + "https://www.google.com/url?sa=i&url=https%3A%2F%2Fpnghut.com%2Fpng%2Fh9hf1jajK7%2Fgoogle-cloud-platform-storage-computing-microsoft-azure-business-transparent-png&psig=AOvVaw3ercMwy1tYww015UCAyozw&ust=1726311407438000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCJjB4q3hv4gDFQAAAAAdAAAAABAE", + "sourceUrl": "https://cloud.google.com/products/datastore", + "dataVisibility": ["PRIVATE"] +}