From c7a8b7a5a8f03a21d225ee99c286a4c8c158f0a2 Mon Sep 17 00:00:00 2001 From: DemikFR Date: Sat, 1 Feb 2025 21:59:41 -0300 Subject: [PATCH 1/6] Add GCP data services logos --- logos.json | 64 +++++++++++++++++++++++++++++++++++++ svgs/bigtable.svg | 1 + svgs/cloud_composer.svg | 1 + svgs/cloud_data_fusion.svg | 1 + svgs/cloud_spanner.svg | 1 + svgs/cloud_sql.svg | 1 + svgs/cloud_storage.svg | 1 + svgs/dataflow.svg | 1 + svgs/dataproc.svg | 1 + svgs/dataproc_metastore.svg | 1 + svgs/datastore.svg | 1 + svgs/firestore.svg | 1 + svgs/pubsub.svg | 1 + svgs/transfer_appliance.svg | 1 + svgs/vertexai.svg | 1 + 15 files changed, 78 insertions(+) create mode 100644 svgs/bigtable.svg create mode 100644 svgs/cloud_composer.svg create mode 100644 svgs/cloud_data_fusion.svg create mode 100644 svgs/cloud_spanner.svg create mode 100644 svgs/cloud_sql.svg create mode 100644 svgs/cloud_storage.svg create mode 100644 svgs/dataflow.svg create mode 100644 svgs/dataproc.svg create mode 100644 svgs/dataproc_metastore.svg create mode 100644 svgs/datastore.svg create mode 100644 svgs/firestore.svg create mode 100644 svgs/pubsub.svg create mode 100644 svgs/transfer_appliance.svg create mode 100644 svgs/vertexai.svg diff --git a/logos.json b/logos.json index 18f2512..139329b 100644 --- a/logos.json +++ b/logos.json @@ -1,4 +1,8 @@ { + "ai_platform_notebooks": { + "name": "AI Platform Notebooks", + "category": "Business Intelligence" + }, "airbyte": { "name": "Airbyte", "category": "ETL" @@ -27,6 +31,14 @@ "name": "BigQuery", "category": "Database" }, + "bigquery_data_transfer_service": { + "name": "BigQuery Data Transfer Service", + "category": "Reverse ETL" + }, + "bigtable": { + "name": "Bigtable", + "category": "Database" + }, "census": { "name": "Census", "category": "Reverse ETL" @@ -35,10 +47,42 @@ "name": "ClickHouse", "category": "Database" }, + "cloud_composer": { + "name": "Cloud Composer", + "category": "ETL" + }, + "cloud_spanner": { + "name": "Cloud Spanner", + "category": "Database" + }, + "cloud_sql": { + "name": "Cloud SQL", + "category": "Database" + }, + "cloud_storage": { + "name": "Cloud Storage", + "category": "Data Lake" + }, "coalesce": { "name": "Coalesce", "category": "Transform" }, + "data_fusion": { + "name": "Data Fusion", + "category": "ETL" + }, + "dataflow": { + "name": "Dataflow", + "category": "ETL" + }, + "dataproc": { + "name": "Dataproc", + "category": "ETL" + }, + "datastore": { + "name": "Datastore", + "category": "Database" + }, "databricks": { "name": "Databricks", "category": "Database" @@ -63,6 +107,10 @@ "name": "Firebird", "category": "Database" }, + "firestore": { + "name": "Firestore", + "category": "Database" + }, "fivetran": { "name": "Fivetran", "category": "ETL" @@ -171,6 +219,10 @@ "name": "Power BI", "category": "Business Intelligence" }, + "pub_sub": { + "name": "Pub/Sub", + "category": "ETL" + }, "redshift": { "name": "Redshift", "category": "Database" @@ -199,6 +251,10 @@ "name": "Microsoft SQL Server", "category": "Database" }, + "storage_transfer_service": { + "name": "Storage Transfer Service", + "category": "ETL" + }, "streamkap": { "name": "Streamkap", "category": "ETL" @@ -210,5 +266,13 @@ "timeplus": { "name": "Timeplus", "category": "Database" + }, + "transfer_appliance": { + "name": "Transfer Appliance", + "category": "ETL" + }, + "vertex_ai": { + "name": "Vertex AI", + "category": "Business Intelligence" } } diff --git a/svgs/bigtable.svg b/svgs/bigtable.svg new file mode 100644 index 0000000..f9820ee --- /dev/null +++ b/svgs/bigtable.svg @@ -0,0 +1 @@ +Icon_24px_BigTable_Color \ No newline at end of file diff --git a/svgs/cloud_composer.svg b/svgs/cloud_composer.svg new file mode 100644 index 0000000..55f7c9a --- /dev/null +++ b/svgs/cloud_composer.svg @@ -0,0 +1 @@ +Icon_24px_CloudComposer_Color \ No newline at end of file diff --git a/svgs/cloud_data_fusion.svg b/svgs/cloud_data_fusion.svg new file mode 100644 index 0000000..dfabf75 --- /dev/null +++ b/svgs/cloud_data_fusion.svg @@ -0,0 +1 @@ +Icon_24px_DataFusion_Color \ No newline at end of file diff --git a/svgs/cloud_spanner.svg b/svgs/cloud_spanner.svg new file mode 100644 index 0000000..0ffa084 --- /dev/null +++ b/svgs/cloud_spanner.svg @@ -0,0 +1 @@ +Icon_24px_CloudSpanner_Color \ No newline at end of file diff --git a/svgs/cloud_sql.svg b/svgs/cloud_sql.svg new file mode 100644 index 0000000..c130617 --- /dev/null +++ b/svgs/cloud_sql.svg @@ -0,0 +1 @@ +Icon_24px_SQL_Color \ No newline at end of file diff --git a/svgs/cloud_storage.svg b/svgs/cloud_storage.svg new file mode 100644 index 0000000..4f568a6 --- /dev/null +++ b/svgs/cloud_storage.svg @@ -0,0 +1 @@ +Icon_24px_CloudStorage_Color \ No newline at end of file diff --git a/svgs/dataflow.svg b/svgs/dataflow.svg new file mode 100644 index 0000000..d528fd1 --- /dev/null +++ b/svgs/dataflow.svg @@ -0,0 +1 @@ +Icon_24px_Dataflow_Color \ No newline at end of file diff --git a/svgs/dataproc.svg b/svgs/dataproc.svg new file mode 100644 index 0000000..c46e2ef --- /dev/null +++ b/svgs/dataproc.svg @@ -0,0 +1 @@ +Icon_24px_DataProc_Color \ No newline at end of file diff --git a/svgs/dataproc_metastore.svg b/svgs/dataproc_metastore.svg new file mode 100644 index 0000000..1975cbf --- /dev/null +++ b/svgs/dataproc_metastore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/datastore.svg b/svgs/datastore.svg new file mode 100644 index 0000000..d4f6c0c --- /dev/null +++ b/svgs/datastore.svg @@ -0,0 +1 @@ +Icon_24px_DataStore_Color \ No newline at end of file diff --git a/svgs/firestore.svg b/svgs/firestore.svg new file mode 100644 index 0000000..d0e382b --- /dev/null +++ b/svgs/firestore.svg @@ -0,0 +1 @@ +Icon_24px_Firestore_Color \ No newline at end of file diff --git a/svgs/pubsub.svg b/svgs/pubsub.svg new file mode 100644 index 0000000..f4a92fb --- /dev/null +++ b/svgs/pubsub.svg @@ -0,0 +1 @@ +Icon_24px_Pub-Sub_Color \ No newline at end of file diff --git a/svgs/transfer_appliance.svg b/svgs/transfer_appliance.svg new file mode 100644 index 0000000..15051d3 --- /dev/null +++ b/svgs/transfer_appliance.svg @@ -0,0 +1 @@ +Icon_24px_TransferAppliance_Color \ No newline at end of file diff --git a/svgs/vertexai.svg b/svgs/vertexai.svg new file mode 100644 index 0000000..8ca0cf4 --- /dev/null +++ b/svgs/vertexai.svg @@ -0,0 +1 @@ + \ No newline at end of file From c627ba529d5590d2b70497ab15668224659fce01 Mon Sep 17 00:00:00 2001 From: DemikFR Date: Sun, 2 Feb 2025 01:52:56 -0300 Subject: [PATCH 2/6] Add Azure data services logos --- logos.json | 84 +++++++++++++++++++++-- svgs/azure_cdn_profiles.svg | 1 + svgs/azure_cosmos_db.svg | 1 + svgs/azure_data_lake_storage_gen1.svg | 1 + svgs/azure_data_shares.svg | 1 + svgs/azure_database_mysql_server.svg | 1 + svgs/azure_database_postgresql_server.svg | 1 + svgs/azure_function_apps.svg | 1 + svgs/azure_kubernetes_services.svg | 1 + svgs/azure_load_balancer_hub.svg | 1 + svgs/azure_purview_accounts.svg | 1 + svgs/azure_sql.svg | 1 + svgs/azure_sql_database.svg | 1 + svgs/azure_sql_elastic_pools.svg | 1 + svgs/azure_sql_managed_instance.svg | 1 + svgs/azure_sql_server.svg | 1 + svgs/azure_storage_functions.svg | 1 + svgs/azure_stream_analytics_jobs.svg | 1 + svgs/azure_synapse_analytics.svg | 1 + svgs/azure_virtual_machine.svg | 1 + 20 files changed, 99 insertions(+), 4 deletions(-) create mode 100644 svgs/azure_cdn_profiles.svg create mode 100644 svgs/azure_cosmos_db.svg create mode 100644 svgs/azure_data_lake_storage_gen1.svg create mode 100644 svgs/azure_data_shares.svg create mode 100644 svgs/azure_database_mysql_server.svg create mode 100644 svgs/azure_database_postgresql_server.svg create mode 100644 svgs/azure_function_apps.svg create mode 100644 svgs/azure_kubernetes_services.svg create mode 100644 svgs/azure_load_balancer_hub.svg create mode 100644 svgs/azure_purview_accounts.svg create mode 100644 svgs/azure_sql.svg create mode 100644 svgs/azure_sql_database.svg create mode 100644 svgs/azure_sql_elastic_pools.svg create mode 100644 svgs/azure_sql_managed_instance.svg create mode 100644 svgs/azure_sql_server.svg create mode 100644 svgs/azure_storage_functions.svg create mode 100644 svgs/azure_stream_analytics_jobs.svg create mode 100644 svgs/azure_synapse_analytics.svg create mode 100644 svgs/azure_virtual_machine.svg diff --git a/logos.json b/logos.json index 139329b..3bd8042 100644 --- a/logos.json +++ b/logos.json @@ -27,6 +27,82 @@ "name": "AWS S3", "category": "Data Lake" }, + "azure_cdn_profiles": { + "name": "Azure CDN Profiles", + "category": "Cloud Computing" + }, + "azure_cosmos_db": { + "name": "Azure Cosmos DB", + "category": "Database" + }, + "azure_data_lake_storage_gen1": { + "name": "Azure Data Lake Storage Gen1", + "category": "Data Lake" + }, + "azure_data_shares": { + "name": "Azure Data Shares", + "category": "Data Lake" + }, + "azure_database_mysql_server": { + "name": "Azure Database for MySQL", + "category": "Database" + }, + "azure_database_postgresql_server": { + "name": "Azure Database for PostgreSQL", + "category": "Database" + }, + "azure_function_apps": { + "name": "Azure Function Apps", + "category": "ETL" + }, + "azure_kubernetes_services": { + "name": "Azure Kubernetes Service", + "category": "Cloud Computing" + }, + "azure_load_balancer_hub": { + "name": "Azure Load Balancer", + "category": "Cloud Computing" + }, + "azure_purview_accounts": { + "name": "Azure Purview", + "category": "Data Catalog" + }, + "azure_sql": { + "name": "Azure SQL", + "category": "Database" + }, + "azure_sql_database": { + "name": "Azure SQL Database", + "category": "Database" + }, + "azure_sql_elastic_pools": { + "name": "Azure SQL Elastic Pools", + "category": "Database" + }, + "azure_sql_managed_instance": { + "name": "Azure SQL Managed Instance", + "category": "Database" + }, + "azure_sql_server": { + "name": "Azure SQL Server", + "category": "Database" + }, + "azure_storage_functions": { + "name": "Azure Storage Functions", + "category": "ETL" + }, + "azure_stream_analytics_jobs": { + "name": "Azure Stream Analytics", + "category": "ETL" + }, + "azure_synapse_analytics": { + "name": "Azure Synapse Analytics", + "category": "Database" + }, + "azure_virtual_machine": { + "name": "Azure Virtual Machine", + "category": "Cloud Computing" + }, "bigquery": { "name": "BigQuery", "category": "Database" @@ -67,6 +143,10 @@ "name": "Coalesce", "category": "Transform" }, + "databricks": { + "name": "Databricks", + "category": "Database" + }, "data_fusion": { "name": "Data Fusion", "category": "ETL" @@ -83,10 +163,6 @@ "name": "Datastore", "category": "Database" }, - "databricks": { - "name": "Databricks", - "category": "Database" - }, "dbt": { "name": "dbt", "category": "Transform" diff --git a/svgs/azure_cdn_profiles.svg b/svgs/azure_cdn_profiles.svg new file mode 100644 index 0000000..e4e4342 --- /dev/null +++ b/svgs/azure_cdn_profiles.svg @@ -0,0 +1 @@ +Icon-web-43 \ No newline at end of file diff --git a/svgs/azure_cosmos_db.svg b/svgs/azure_cosmos_db.svg new file mode 100644 index 0000000..e9de0f3 --- /dev/null +++ b/svgs/azure_cosmos_db.svg @@ -0,0 +1 @@ +Icon-databases-121 \ No newline at end of file diff --git a/svgs/azure_data_lake_storage_gen1.svg b/svgs/azure_data_lake_storage_gen1.svg new file mode 100644 index 0000000..b4263a5 --- /dev/null +++ b/svgs/azure_data_lake_storage_gen1.svg @@ -0,0 +1 @@ +Icon-storage-90 \ No newline at end of file diff --git a/svgs/azure_data_shares.svg b/svgs/azure_data_shares.svg new file mode 100644 index 0000000..4387b29 --- /dev/null +++ b/svgs/azure_data_shares.svg @@ -0,0 +1 @@ +Icon-storage-98 \ No newline at end of file diff --git a/svgs/azure_database_mysql_server.svg b/svgs/azure_database_mysql_server.svg new file mode 100644 index 0000000..3e6c92c --- /dev/null +++ b/svgs/azure_database_mysql_server.svg @@ -0,0 +1 @@ +Icon-databases-122 \ No newline at end of file diff --git a/svgs/azure_database_postgresql_server.svg b/svgs/azure_database_postgresql_server.svg new file mode 100644 index 0000000..573afe4 --- /dev/null +++ b/svgs/azure_database_postgresql_server.svg @@ -0,0 +1 @@ +Icon-databases-131 \ No newline at end of file diff --git a/svgs/azure_function_apps.svg b/svgs/azure_function_apps.svg new file mode 100644 index 0000000..0c6a60c --- /dev/null +++ b/svgs/azure_function_apps.svg @@ -0,0 +1 @@ +Icon-compute-29 \ No newline at end of file diff --git a/svgs/azure_kubernetes_services.svg b/svgs/azure_kubernetes_services.svg new file mode 100644 index 0000000..e2934a7 --- /dev/null +++ b/svgs/azure_kubernetes_services.svg @@ -0,0 +1 @@ +Icon-compute-23 \ No newline at end of file diff --git a/svgs/azure_load_balancer_hub.svg b/svgs/azure_load_balancer_hub.svg new file mode 100644 index 0000000..c1b1371 --- /dev/null +++ b/svgs/azure_load_balancer_hub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/azure_purview_accounts.svg b/svgs/azure_purview_accounts.svg new file mode 100644 index 0000000..4bce3fd --- /dev/null +++ b/svgs/azure_purview_accounts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/azure_sql.svg b/svgs/azure_sql.svg new file mode 100644 index 0000000..712b972 --- /dev/null +++ b/svgs/azure_sql.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/azure_sql_database.svg b/svgs/azure_sql_database.svg new file mode 100644 index 0000000..ddabbdd --- /dev/null +++ b/svgs/azure_sql_database.svg @@ -0,0 +1 @@ +Icon-databases-130 \ No newline at end of file diff --git a/svgs/azure_sql_elastic_pools.svg b/svgs/azure_sql_elastic_pools.svg new file mode 100644 index 0000000..9ad7015 --- /dev/null +++ b/svgs/azure_sql_elastic_pools.svg @@ -0,0 +1 @@ +Icon-databases-134 \ No newline at end of file diff --git a/svgs/azure_sql_managed_instance.svg b/svgs/azure_sql_managed_instance.svg new file mode 100644 index 0000000..e1af64c --- /dev/null +++ b/svgs/azure_sql_managed_instance.svg @@ -0,0 +1 @@ +Icon-databases-136 \ No newline at end of file diff --git a/svgs/azure_sql_server.svg b/svgs/azure_sql_server.svg new file mode 100644 index 0000000..c9e38e4 --- /dev/null +++ b/svgs/azure_sql_server.svg @@ -0,0 +1 @@ +Icon-databases-132 \ No newline at end of file diff --git a/svgs/azure_storage_functions.svg b/svgs/azure_storage_functions.svg new file mode 100644 index 0000000..c1dc1cc --- /dev/null +++ b/svgs/azure_storage_functions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/azure_stream_analytics_jobs.svg b/svgs/azure_stream_analytics_jobs.svg new file mode 100644 index 0000000..5339c0c --- /dev/null +++ b/svgs/azure_stream_analytics_jobs.svg @@ -0,0 +1 @@ +Icon-analytics-147 \ No newline at end of file diff --git a/svgs/azure_synapse_analytics.svg b/svgs/azure_synapse_analytics.svg new file mode 100644 index 0000000..c513638 --- /dev/null +++ b/svgs/azure_synapse_analytics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/azure_virtual_machine.svg b/svgs/azure_virtual_machine.svg new file mode 100644 index 0000000..5f0a0d5 --- /dev/null +++ b/svgs/azure_virtual_machine.svg @@ -0,0 +1 @@ +Icon-compute-21 \ No newline at end of file From d03329e73e4f07d06e5131e37ae1bfb87e94bb0e Mon Sep 17 00:00:00 2001 From: DemikFR Date: Sun, 2 Feb 2025 23:32:55 -0300 Subject: [PATCH 3/6] Add Hadoop tools logos --- logos.json | 54 ++++++++++++++++++++++++++++++++++++++++------ svgs/beam.svg | 1 + svgs/cassandra.svg | 1 + svgs/hadoop.svg | 1 + svgs/hbase.svg | 1 + svgs/hive.svg | 1 + svgs/hop.svg | 1 + svgs/iceberg.svg | 1 + svgs/impala.svg | 1 + svgs/spark.svg | 1 + svgs/zeppelin.svg | 1 + 11 files changed, 57 insertions(+), 7 deletions(-) create mode 100644 svgs/beam.svg create mode 100644 svgs/cassandra.svg create mode 100644 svgs/hadoop.svg create mode 100644 svgs/hbase.svg create mode 100644 svgs/hive.svg create mode 100644 svgs/hop.svg create mode 100644 svgs/iceberg.svg create mode 100644 svgs/impala.svg create mode 100644 svgs/spark.svg create mode 100644 svgs/zeppelin.svg diff --git a/logos.json b/logos.json index 3bd8042..0dd4cbf 100644 --- a/logos.json +++ b/logos.json @@ -103,6 +103,10 @@ "name": "Azure Virtual Machine", "category": "Cloud Computing" }, + "beam": { + "name": "Beam", + "category": "ETL" + }, "bigquery": { "name": "BigQuery", "category": "Database" @@ -115,6 +119,10 @@ "name": "Bigtable", "category": "Database" }, + "cassandra": { + "name": "Cassandra", + "category": "Database" + }, "census": { "name": "Census", "category": "Reverse ETL" @@ -123,6 +131,10 @@ "name": "ClickHouse", "category": "Database" }, + "coalesce": { + "name": "Coalesce", + "category": "Transform" + }, "cloud_composer": { "name": "Cloud Composer", "category": "ETL" @@ -139,18 +151,14 @@ "name": "Cloud Storage", "category": "Data Lake" }, - "coalesce": { - "name": "Coalesce", - "category": "Transform" + "data_fusion": { + "name": "Data Fusion", + "category": "ETL" }, "databricks": { "name": "Databricks", "category": "Database" }, - "data_fusion": { - "name": "Data Fusion", - "category": "ETL" - }, "dataflow": { "name": "Dataflow", "category": "ETL" @@ -211,6 +219,14 @@ "name": "Google Sheets", "category": "Source System" }, + "hadoop": { + "name": "Hadoop", + "category": "ETL" + }, + "hbase": { + "name": "HBase", + "category": "Database" + }, "hex": { "name": "Hex", "category": "Business Intelligence" @@ -219,6 +235,22 @@ "name": "Hightouch", "category": "Reverse ETL" }, + "hive": { + "name": "Hive", + "category": "ETL" + }, + "hop": { + "name": "Hop", + "category": "ETL" + }, + "iceberg": { + "name": "Iceberg", + "category": "Data Lake" + }, + "impala": { + "name": "Impala", + "category": "ETL" + }, "kafka": { "name": "Kafka", "category": "ETL" @@ -323,6 +355,10 @@ "name": "Snowflake", "category": "Database" }, + "spark": { + "name": "Spark", + "category": "ETL" + }, "sqlserver": { "name": "Microsoft SQL Server", "category": "Database" @@ -350,5 +386,9 @@ "vertex_ai": { "name": "Vertex AI", "category": "Business Intelligence" + }, + "zeppelin": { + "name": "Zeppelin", + "category": "Business Intelligence" } } diff --git a/svgs/beam.svg b/svgs/beam.svg new file mode 100644 index 0000000..5acaeed --- /dev/null +++ b/svgs/beam.svg @@ -0,0 +1 @@ +beam-logo_full-color \ No newline at end of file diff --git a/svgs/cassandra.svg b/svgs/cassandra.svg new file mode 100644 index 0000000..63b76ff --- /dev/null +++ b/svgs/cassandra.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/hadoop.svg b/svgs/hadoop.svg new file mode 100644 index 0000000..814106b --- /dev/null +++ b/svgs/hadoop.svg @@ -0,0 +1 @@ +Hadoop logoimage/svg+xmlHadoop logo \ No newline at end of file diff --git a/svgs/hbase.svg b/svgs/hbase.svg new file mode 100644 index 0000000..7cb52c5 --- /dev/null +++ b/svgs/hbase.svg @@ -0,0 +1 @@ +image/svg+xml \ No newline at end of file diff --git a/svgs/hive.svg b/svgs/hive.svg new file mode 100644 index 0000000..b3966d1 --- /dev/null +++ b/svgs/hive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/hop.svg b/svgs/hop.svg new file mode 100644 index 0000000..9fbbc6f --- /dev/null +++ b/svgs/hop.svg @@ -0,0 +1 @@ +image/svg+xml \ No newline at end of file diff --git a/svgs/iceberg.svg b/svgs/iceberg.svg new file mode 100644 index 0000000..a20e2f7 --- /dev/null +++ b/svgs/iceberg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/impala.svg b/svgs/impala.svg new file mode 100644 index 0000000..df461fe --- /dev/null +++ b/svgs/impala.svg @@ -0,0 +1 @@ +image/svg+xml \ No newline at end of file diff --git a/svgs/spark.svg b/svgs/spark.svg new file mode 100644 index 0000000..acc958e --- /dev/null +++ b/svgs/spark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/zeppelin.svg b/svgs/zeppelin.svg new file mode 100644 index 0000000..23f6d2a --- /dev/null +++ b/svgs/zeppelin.svg @@ -0,0 +1 @@ +image/svg+xml \ No newline at end of file From 85ec43a56bd526355f143f8aa6585ff2f136aefa Mon Sep 17 00:00:00 2001 From: DemikFR Date: Mon, 3 Feb 2025 00:05:41 -0300 Subject: [PATCH 4/6] Add OCI data services logos --- logos.json | 56 +++++++++++++++++++-- svgs/autonomous_database.svg | 1 + svgs/autonomous_database_warehouse.svg | 1 + svgs/oracle_analytics_cloud.svg | 1 + svgs/oracle_api_gateway.svg | 1 + svgs/oracle_api_service.svg | 1 + svgs/oracle_big_data.svg | 1 + svgs/oracle_block_storage.svg | 1 + svgs/oracle_exadata_cloud_at_customer.svg | 1 + svgs/oracle_functions.svg | 1 + svgs/oracle_migrate_autonomous_database.svg | 1 + svgs/oracle_mysql_database_system.svg | 1 + svgs/oracle_object_storage.svg | 1 + 13 files changed, 64 insertions(+), 4 deletions(-) create mode 100644 svgs/autonomous_database.svg create mode 100644 svgs/autonomous_database_warehouse.svg create mode 100644 svgs/oracle_analytics_cloud.svg create mode 100644 svgs/oracle_api_gateway.svg create mode 100644 svgs/oracle_api_service.svg create mode 100644 svgs/oracle_big_data.svg create mode 100644 svgs/oracle_block_storage.svg create mode 100644 svgs/oracle_exadata_cloud_at_customer.svg create mode 100644 svgs/oracle_functions.svg create mode 100644 svgs/oracle_migrate_autonomous_database.svg create mode 100644 svgs/oracle_mysql_database_system.svg create mode 100644 svgs/oracle_object_storage.svg diff --git a/logos.json b/logos.json index 0dd4cbf..40bb56a 100644 --- a/logos.json +++ b/logos.json @@ -11,6 +11,14 @@ "name": "Airflow", "category": "ETL" }, + "autonomous_database": { + "name": "Autonomous Database", + "category": "Database" + }, + "autonomous_database_warehouse": { + "name": "Autonomous Database Warehouse", + "category": "Database" + }, "aws_api_gateway": { "name": "AWS Api Gateway", "category": "API" @@ -131,10 +139,6 @@ "name": "ClickHouse", "category": "Database" }, - "coalesce": { - "name": "Coalesce", - "category": "Transform" - }, "cloud_composer": { "name": "Cloud Composer", "category": "ETL" @@ -151,6 +155,10 @@ "name": "Cloud Storage", "category": "Data Lake" }, + "coalesce": { + "name": "Coalesce", + "category": "Transform" + }, "data_fusion": { "name": "Data Fusion", "category": "ETL" @@ -307,6 +315,46 @@ "name": "Oracle", "category": "Database" }, + "oracle_analytics_cloud": { + "name": "Oracle Analytics Cloud", + "category": "Business Intelligence" + }, + "oracle_api_gateway": { + "name": "Oracle API Gateway", + "category": "API" + }, + "oracle_api_service": { + "name": "Oracle API Service", + "category": "API" + }, + "oracle_big_data": { + "name": "Oracle Big Data", + "category": "ETL" + }, + "oracle_block_storage": { + "name": "Oracle Block Storage", + "category": "Data Lake" + }, + "oracle_exadata_cloud_at_customer": { + "name": "Oracle Exadata Cloud at Customer", + "category": "Cloud Computing" + }, + "oracle_functions": { + "name": "Oracle Functions", + "category": "ETL" + }, + "oracle_migrate_autonomous_database": { + "name": "Oracle Migrate Autonomous Database", + "category": "ETL" + }, + "oracle_mysql_database_system": { + "name": "Oracle MySQL Database System", + "category": "Database" + }, + "oracle_object_storage": { + "name": "Oracle Object Storage", + "category": "Data Lake" + }, "pagerduty": { "name": "PagerDuty", "category": "Communication" diff --git a/svgs/autonomous_database.svg b/svgs/autonomous_database.svg new file mode 100644 index 0000000..f6e84f9 --- /dev/null +++ b/svgs/autonomous_database.svg @@ -0,0 +1 @@ + 2022-03-04T16:18:02-06:00 xmp.iid:a6ee7346-7ecf-4262-873c-5321b0da03f3 xmp.did:2d9bf348-863c-4d93-ac30-a8107201442a xmp.did:2d9bf348-863c-4d93-ac30-a8107201442a saved xmp.iid:2d9bf348-863c-4d93-ac30-a8107201442a 2021-04-27T13:41:28-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:a6ee7346-7ecf-4262-873c-5321b0da03f3 2022-03-04T16:18:02-06:00 Adobe Bridge 2021 (Macintosh) /metadata True icon Data aggregation management system business intelligence analytics store analysis icon Business Data machine learning artificial intelligence automate automatization security backup update task ADCS autonomous service Oracle All Rights Reserved Data Management Service Autonomous Database Cloud icon \ No newline at end of file diff --git a/svgs/autonomous_database_warehouse.svg b/svgs/autonomous_database_warehouse.svg new file mode 100644 index 0000000..df0bc0c --- /dev/null +++ b/svgs/autonomous_database_warehouse.svg @@ -0,0 +1 @@ + 2022-10-21T13:51:20-05:00 xmp.iid:3392ceff-6135-4053-bb6f-e5b4e9d60eef xmp.did:3b38b990-9da1-4471-93c9-a320b7df6114 xmp.did:3b38b990-9da1-4471-93c9-a320b7df6114 saved xmp.iid:3b38b990-9da1-4471-93c9-a320b7df6114 2021-04-27T13:41:28-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:3392ceff-6135-4053-bb6f-e5b4e9d60eef 2022-10-21T13:51:20-05:00 Adobe Bridge 2021 (Macintosh) /metadata True Service Autonomous Data Database Warehouse icon Oracle All Rights Reserved Service Autonomous Data Database Warehouse icon \ No newline at end of file diff --git a/svgs/oracle_analytics_cloud.svg b/svgs/oracle_analytics_cloud.svg new file mode 100644 index 0000000..5df2c10 --- /dev/null +++ b/svgs/oracle_analytics_cloud.svg @@ -0,0 +1 @@ + 2022-11-11T14:39:16-06:00 xmp.iid:109a68b3-d967-4bf9-995d-b4cb795de0ce xmp.did:5d66e760-c8b6-4821-a5d2-bab1d042e5ec xmp.did:5d66e760-c8b6-4821-a5d2-bab1d042e5ec saved xmp.iid:5d66e760-c8b6-4821-a5d2-bab1d042e5ec 2021-04-27T13:34:33-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:109a68b3-d967-4bf9-995d-b4cb795de0ce 2022-11-11T14:39:16-06:00 Adobe Bridge 2021 (Macintosh) /metadata True Analytics Service Data Other icon Analytics Service Data graph Business analysis data icon monitor Oracle All Rights Reserved \ No newline at end of file diff --git a/svgs/oracle_api_gateway.svg b/svgs/oracle_api_gateway.svg new file mode 100644 index 0000000..62063c1 --- /dev/null +++ b/svgs/oracle_api_gateway.svg @@ -0,0 +1 @@ + 2022-10-21T13:45:28-05:00 xmp.iid:0d70e88f-33e8-4c91-b26a-a9662d4e5739 xmp.did:3e2f6901-aa35-4209-8c82-8ed21fb94843 xmp.did:3e2f6901-aa35-4209-8c82-8ed21fb94843 saved xmp.iid:3e2f6901-aa35-4209-8c82-8ed21fb94843 2021-04-27T13:41:28-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:0d70e88f-33e8-4c91-b26a-a9662d4e5739 2022-10-21T13:45:28-05:00 Adobe Bridge 2021 (Macintosh) /metadata True API DevOps Tools and Services icon service Oracle All Rights Reserved Services API DevOps Tools and Services icon service \ No newline at end of file diff --git a/svgs/oracle_api_service.svg b/svgs/oracle_api_service.svg new file mode 100644 index 0000000..12c20e8 --- /dev/null +++ b/svgs/oracle_api_service.svg @@ -0,0 +1 @@ + 2022-11-22T12:12:31-06:00 xmp.iid:ff2cea20-5fb3-5a44-a374-113d322b7284 xmp.did:9928a207-5790-4652-abcc-837f658990e7 xmp.did:9928a207-5790-4652-abcc-837f658990e7 saved xmp.iid:9928a207-5790-4652-abcc-837f658990e7 2021-04-27T13:41:28-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:ff2cea20-5fb3-5a44-a374-113d322b7284 2022-11-22T12:12:31-06:00 Adobe Bridge 2022 (Windows) /metadata True API Service DevOps Tools and Services icon plug socket connection Oracle All Rights Reserved API Service DevOps Tools and Services icon \ No newline at end of file diff --git a/svgs/oracle_big_data.svg b/svgs/oracle_big_data.svg new file mode 100644 index 0000000..98f0d33 --- /dev/null +++ b/svgs/oracle_big_data.svg @@ -0,0 +1 @@ + 2022-10-21T13:45:28-05:00 xmp.iid:b5a46879-154d-48a6-98d5-814dde76f8e7 xmp.did:e5cd92e3-f540-449e-a7ad-cd402e190eb5 xmp.did:e5cd92e3-f540-449e-a7ad-cd402e190eb5 saved xmp.iid:e5cd92e3-f540-449e-a7ad-cd402e190eb5 2021-04-27T13:41:29-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:b5a46879-154d-48a6-98d5-814dde76f8e7 2022-10-21T13:45:28-05:00 Adobe Bridge 2021 (Macintosh) /metadata True Data Management Data Big Data icon Oracle All Rights Reserved Data Management Data Big Data icon \ No newline at end of file diff --git a/svgs/oracle_block_storage.svg b/svgs/oracle_block_storage.svg new file mode 100644 index 0000000..825a316 --- /dev/null +++ b/svgs/oracle_block_storage.svg @@ -0,0 +1 @@ + 2022-10-21T13:45:30-05:00 xmp.iid:00e56699-8b90-4e18-a62e-3a75c4d84e1f xmp.did:14512cba-95f4-478b-af4b-d2daddf01772 xmp.did:14512cba-95f4-478b-af4b-d2daddf01772 saved xmp.iid:14512cba-95f4-478b-af4b-d2daddf01772 2021-04-27T13:41:16-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:00e56699-8b90-4e18-a62e-3a75c4d84e1f 2022-10-21T13:45:30-05:00 Adobe Bridge 2021 (Macintosh) /metadata True Storage Block Clone icon Oracle All Rights Reserved Storage Block Clone icon \ No newline at end of file diff --git a/svgs/oracle_exadata_cloud_at_customer.svg b/svgs/oracle_exadata_cloud_at_customer.svg new file mode 100644 index 0000000..b718ffe --- /dev/null +++ b/svgs/oracle_exadata_cloud_at_customer.svg @@ -0,0 +1 @@ +Technology - Cloud at CustomerTrue2022-10-21T13:37:45-05:00xmp.iid:aee4f25a-2148-48ac-94d4-710ffe9df350xmp.did:2dc12d7e-2334-44be-80cb-0d90262145b2xmp.did:2dc12d7e-2334-44be-80cb-0d90262145b2savedxmp.iid:2dc12d7e-2334-44be-80cb-0d90262145b22022-01-29T10:38:15-06:00Adobe Bridge 2021 (Macintosh)/metadatasavedxmp.iid:aee4f25a-2148-48ac-94d4-710ffe9df3502022-10-21T13:37:45-05:00Adobe Bridge 2021 (Macintosh)/metadataTechnology - Cloud at CustomerOracle All Rights Reservediconconsolidationhigh performanceinfrastructuredatabaseapplicationserviceservice \ No newline at end of file diff --git a/svgs/oracle_functions.svg b/svgs/oracle_functions.svg new file mode 100644 index 0000000..bf91491 --- /dev/null +++ b/svgs/oracle_functions.svg @@ -0,0 +1 @@ + 2022-10-21T13:45:28-05:00 xmp.iid:581e4af4-5ef0-400b-9ab5-5bf4f37be94c xmp.did:0937e857-e0ff-44a7-b14d-005feedc8e9f xmp.did:0937e857-e0ff-44a7-b14d-005feedc8e9f saved xmp.iid:0937e857-e0ff-44a7-b14d-005feedc8e9f 2021-04-27T13:41:29-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:581e4af4-5ef0-400b-9ab5-5bf4f37be94c 2022-10-21T13:45:28-05:00 Adobe Bridge 2021 (Macintosh) /metadata True Compute Function icon Oracle All Rights Reserved Compute Function icon \ No newline at end of file diff --git a/svgs/oracle_migrate_autonomous_database.svg b/svgs/oracle_migrate_autonomous_database.svg new file mode 100644 index 0000000..558879c --- /dev/null +++ b/svgs/oracle_migrate_autonomous_database.svg @@ -0,0 +1 @@ +2022-11-11T14:21:35-06:00xmp.iid:58f711a2-7cf9-41d0-876d-bb83f6eb49f3xmp.did:6562326e-766c-44b4-9e20-2e4e03bc4910xmp.did:6562326e-766c-44b4-9e20-2e4e03bc4910savedxmp.iid:6562326e-766c-44b4-9e20-2e4e03bc49102022-11-11T13:19:40-06:00Adobe Bridge 2021 (Macintosh)/metadatasavedxmp.iid:58f711a2-7cf9-41d0-876d-bb83f6eb49f32022-11-11T14:21:35-06:00Adobe Bridge 2021 (Macintosh)/metadataiconautonomousmigrationtransferdatabaseMADB \ No newline at end of file diff --git a/svgs/oracle_mysql_database_system.svg b/svgs/oracle_mysql_database_system.svg new file mode 100644 index 0000000..da570f5 --- /dev/null +++ b/svgs/oracle_mysql_database_system.svg @@ -0,0 +1 @@ + 2022-10-21T13:45:28-05:00 xmp.iid:5045a00c-bfa9-4fda-99e6-b16bda878738 xmp.did:d3cbc4f9-ec0e-4730-86a8-bd47f3b7a2d2 xmp.did:d3cbc4f9-ec0e-4730-86a8-bd47f3b7a2d2 saved xmp.iid:d3cbc4f9-ec0e-4730-86a8-bd47f3b7a2d2 2021-04-27T13:41:29-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:5045a00c-bfa9-4fda-99e6-b16bda878738 2022-10-21T13:45:28-05:00 Adobe Bridge 2021 (Macintosh) /metadata True Data Management Service SQL Database MDS MySQL Dolphin icon Oracle All Rights Reserved Data Management Service Database Dolphin icon \ No newline at end of file diff --git a/svgs/oracle_object_storage.svg b/svgs/oracle_object_storage.svg new file mode 100644 index 0000000..ba69e61 --- /dev/null +++ b/svgs/oracle_object_storage.svg @@ -0,0 +1 @@ + 2022-10-21T13:57-05:00 xmp.iid:6e4258ad-2860-4435-aa92-fe36df529ebd xmp.did:42476a6b-347e-4ebc-84bf-58f0ebf47656 xmp.did:42476a6b-347e-4ebc-84bf-58f0ebf47656 saved xmp.iid:42476a6b-347e-4ebc-84bf-58f0ebf47656 2021-04-27T13:41:30-05:00 Adobe Bridge 2021 (Macintosh) /metadata saved xmp.iid:6e4258ad-2860-4435-aa92-fe36df529ebd 2022-10-21T13:57-05:00 Adobe Bridge 2021 (Macintosh) /metadata True Storage Object icon shape Oracle All Rights Reserved Storage Object icon \ No newline at end of file From 0641b26750b07c9c47a560950a0a91baedfa4445 Mon Sep 17 00:00:00 2001 From: DemikFR Date: Tue, 4 Feb 2025 22:27:34 -0300 Subject: [PATCH 5/6] Add AI Platform SVG --- svgs/ai_platform_notebooks.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 svgs/ai_platform_notebooks.svg diff --git a/svgs/ai_platform_notebooks.svg b/svgs/ai_platform_notebooks.svg new file mode 100644 index 0000000..eee9192 --- /dev/null +++ b/svgs/ai_platform_notebooks.svg @@ -0,0 +1 @@ +Icon_24px_MLEngine_Color \ No newline at end of file From bbe483848d52f14179977e16223bafd81637a6e7 Mon Sep 17 00:00:00 2001 From: DemikFR Date: Thu, 6 Feb 2025 23:39:38 -0300 Subject: [PATCH 6/6] Correct GCP services SVGs --- logos.json | 20 ++++++++++++-------- svgs/data_transfer.svg | 1 + svgs/{pubsub.svg => pub_sub.svg} | 0 svgs/{vertexai.svg => vertex_ai.svg} | 0 4 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 svgs/data_transfer.svg rename svgs/{pubsub.svg => pub_sub.svg} (100%) rename svgs/{vertexai.svg => vertex_ai.svg} (100%) diff --git a/logos.json b/logos.json index 40bb56a..9f368aa 100644 --- a/logos.json +++ b/logos.json @@ -119,10 +119,6 @@ "name": "BigQuery", "category": "Database" }, - "bigquery_data_transfer_service": { - "name": "BigQuery Data Transfer Service", - "category": "Reverse ETL" - }, "bigtable": { "name": "Bigtable", "category": "Database" @@ -143,6 +139,10 @@ "name": "Cloud Composer", "category": "ETL" }, + "cloud_data_fusion": { + "name": "Cloud Data Fusion", + "category": "ETL" + }, "cloud_spanner": { "name": "Cloud Spanner", "category": "Database" @@ -163,6 +163,10 @@ "name": "Data Fusion", "category": "ETL" }, + "data_transfer": { + "name": "Data Transfer", + "category": "Reverse ETL" + }, "databricks": { "name": "Databricks", "category": "Database" @@ -175,6 +179,10 @@ "name": "Dataproc", "category": "ETL" }, + "dataproc_metastore": { + "name": "Dataproc Metastore", + "category": "ETL" + }, "datastore": { "name": "Datastore", "category": "Database" @@ -411,10 +419,6 @@ "name": "Microsoft SQL Server", "category": "Database" }, - "storage_transfer_service": { - "name": "Storage Transfer Service", - "category": "ETL" - }, "streamkap": { "name": "Streamkap", "category": "ETL" diff --git a/svgs/data_transfer.svg b/svgs/data_transfer.svg new file mode 100644 index 0000000..106999d --- /dev/null +++ b/svgs/data_transfer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/pubsub.svg b/svgs/pub_sub.svg similarity index 100% rename from svgs/pubsub.svg rename to svgs/pub_sub.svg diff --git a/svgs/vertexai.svg b/svgs/vertex_ai.svg similarity index 100% rename from svgs/vertexai.svg rename to svgs/vertex_ai.svg