Skip to content

Commit d9d26a2

Browse files
authored
Merge pull request #112 from alexey-milovidov/source
Add ClickHouse to the list of projects
2 parents cb09aa7 + 491af18 commit d9d26a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,5 +628,12 @@ const projectList = [
628628
description: 'A free and open source framework based on React that helps developers build blazing fast websites and apps.',
629629
tags: ['React', 'Javascript', 'HTML', 'CSS', 'GraphQL', 'Web Development', 'Markdown'],
630630
},
631+
{
632+
name: 'ClickHouse',
633+
imageSrc: 'https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/website/images/logo.png',
634+
projectLink: 'https://github.com/ClickHouse/ClickHouse/contribute',
635+
description: 'Column-oriented database management system that allows generating analytical data reports in real time.',
636+
tags: ['C++', 'C++20', 'cpp', 'Linux', 'DBMS', 'OLAP', 'Analytics', 'SQL', 'Big Data', 'Distributed Database', 'MPP'],
637+
},
631638
];
632639
export default projectList;

0 commit comments

Comments
 (0)