diff --git a/src/drivers/webextension/images/icons/Tinybird.svg b/src/drivers/webextension/images/icons/Tinybird.svg new file mode 100644 index 000000000..e471950f6 --- /dev/null +++ b/src/drivers/webextension/images/icons/Tinybird.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index 47334ec43..4392b4448 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -2075,6 +2075,25 @@ "scriptSrc": "(?:/([\\d\\.]+)/min/)?tiny-slider(?:\\.min)?\\.js\\;version:\\1", "website": "https://github.com/ganlanyuan/tiny-slider" }, + "Tinybird": { + "cats": [ + 10 + ], + "description": "Tinybird is a cloud-native data processing platform that allows developers and data teams to build real-time data pipelines and perform complex data transformations and analysis at scale.", + "icon": "Tinybird.svg", + "js": { + "Tinybird": "" + }, + "scriptSrc": [ + "\\.tinybird.co/js/index\\.js" + ], + "pricing": [ + "freemium", + "payg" + ], + "saas": true, + "website": "https://www.tinybird.co/" + }, "TinyMCE": { "cats": [ 24 @@ -3470,4 +3489,4 @@ "implies": "Node.js", "website": "https://totaljs.com" } -} \ No newline at end of file +}