blob: 41afaa71b933ae0318798234910044b38e077662 [file] [log] [blame]
export const pmc = [
{
name: ' Aaron Suddjian',
github: 'https://github.com/suddjian',
image: 'https://github.com/suddjian.png',
},
{
name: 'Beto Dealmeida',
github: 'https://github.com/betodealmeida',
image: 'https://github.com/betodealmeida.png'
},
{
name: 'Bogdan Kyryliuk',
github: 'https://github.com/bkyryliuk',
image:'https://github.com/bkyryliuk.png'
},
{
name: 'Chris Williams',
github: 'https://github.com/williaster',
image: 'https://github.com/williaster.png'
},
{
name: 'Craig Rueda',
github: 'https://github.com/craig-rueda',
image: 'https://github.com/craig-rueda.png'
},
{
name: 'Daniel Gaspar',
github: 'https://github.com/dpgaspar',
image: 'https://github.com/dpgaspar.png'
},
{
name: 'Erik Ritker',
github: 'https://github.com/etr2460',
image: 'https://github.com/etr2460.png'
},
{
name: 'Evan Rusackas',
github: 'https://github.com/rusackas',
image: 'https://github.com/rusackas.png'
},
{
name: 'Grace Guo',
github: 'https://github.com/graceguo-supercat',
image: 'https://github.com/graceguo-supercat.png'
},
{
name: 'Jeff Feng',
github: 'https://github.com/jfeng15',
image: 'https://github.com/jfeng15.png'
},
{
name: 'Jesse Yang',
github: 'https://github.com/ktmud',
image: 'https://github.com/ktmud.png'
},
{
name: 'John Bodley',
github: 'https://github.com/john-bodley',
image: 'https://github.com/john-bodley.png'
},
{
name: 'Krist Wongsuphasawat',
github: 'https://github.com/kristw',
image: 'https://github.com/kristw.png'
},
{
name: 'Maxime Beauchemin',
github: 'https://github.com/mistercrunch',
image: 'https://github.com/mistercrunch.png'
},
{
name: 'Michelle Thomas',
github: 'https://github.com/michellethomas',
image: 'https://github.com/michellethomas.png'
},
{
name: 'Nishant Bangarwa',
github: 'https://github.com/nishantmonu51',
image: 'https://github.com/nishantmonu51.png'
},
{
name: 'Tai Dupree',
github: 'https://github.com/nytai',
image: 'https://github.com/nytai.png'
},
{
name: 'Ville Brofeldt',
github: 'https://github.com/villebro',
image: 'https://github.com/villebro.png'
},
{
name: 'Will Barrett',
github: 'https://github.com/willbarrett',
image: 'https://github.com/willbarrett.png'
}
];
export const Databases = [
{
title: 'Amazon Redshfit',
href: 'https://aws.amazon.com/redshift/',
imgName: 'aws-redshift.png'
},
{
title: 'Apache Druid',
href: 'http://druid.io/',
imgName: 'apache-druid.jpeg'
},
{
title: 'Apache Kylin',
href: 'http://kylin.apache.org/',
imgName: 'apache-kylin.png'
},
{
title: 'BigQuery',
href: 'https://cloud.google.com/bigquery/',
imgName: 'googleBQ.png'
},
{
title: 'ClickHouse',
href: 'https://clickhouse.tech/',
imgName: 'clickhouse.png'
},
{
title: 'Exasol',
href: 'https://www.exasol.com/en/',
imgName: 'exasol.png'
},
{
title: 'FireBirdSql',
href: 'https://firebirdsql.org/',
imgName: 'firebird.png'
},
{
title: 'Green Plum',
href: 'https://greenplum.org/',
imgName: 'greenplum.png'
},
{
title: 'IBM Db2',
href: 'https://www.ibm.com/analytics/db2',
imgName: 'ibmdb2.png'
},
{
title: 'MySQL',
href: 'https://www.mysql.com/',
imgName: 'mysql.png'
},
{
title: 'Microsoft SqlServer',
href: 'https://www.microsoft.com/en-us/sql-server',
imgName: 'msql.png'
},
{
title: 'MonetDB',
href: 'https://www.monetdb.org/',
imgName: 'monet.png'
},
{
title: 'Oracle',
href: `https://www.oracle.com/database/`,
imgName: 'oraclelogo.png'
},
{
title: 'PostgresSQL',
href: 'https://www.postgresql.org/',
imgName: 'postsql.png'
},
{
title: 'Presto',
href: 'https://prestodb.io/',
imgName: 'presto-og.png'
},
{
title: 'Snowflake',
href: 'https://www.snowflake.com/',
imgName: 'snowflake.png'
},
{
title: 'SQLite',
href: 'https://www.sqlite.org/index.html',
imgName: 'sqllite.png'
},
{
title: 'Vertic',
href: 'https://www.vertica.com/',
imgName: 'vertica.png'
},
];