From 33771e2d16e6e7888380ccb874ae5f3e6135c438 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 24 Sep 2023 22:55:36 +0000 Subject: [PATCH] remove Pastila (proof-of-concept/demo app for ClickHouse) (#218) - https://github.com/ClickHouse/pastila#motivation: ClickHouse is analytical database, and the usage scenario of this service is definitely not the most natural for ClickHouse. Nevertheless, it is always important to test the system in corner cases and unusual scenarios to find potential flaws and to explore new possibilities. - https://github.com/ClickHouse/pastila#about: This service is developed to demonstrate some features of ClickHouse like asynchronous INSERTs, direct querying [...] in a toy service --- platforms/sql.yml | 2 -- software/pastila.yml | 13 ------------- 2 files changed, 15 deletions(-) delete mode 100644 platforms/sql.yml delete mode 100644 software/pastila.yml diff --git a/platforms/sql.yml b/platforms/sql.yml deleted file mode 100644 index f1f3a34171..0000000000 --- a/platforms/sql.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: SQL -description: "" \ No newline at end of file diff --git a/software/pastila.yml b/software/pastila.yml deleted file mode 100644 index 6cac109461..0000000000 --- a/software/pastila.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Pastila -website_url: https://pastila.nl/ -description: Minimalistic paste service. Single page, zero click experience. -licenses: - - Apache-2.0 -platforms: - - SQL -tags: - - Pastebins -source_code_url: https://github.com/ClickHouse/pastila -stargazers_count: 40 -updated_at: '2023-08-20' -archived: false