Google Summer of Code 2018
This year, again, we want to participate in the Google Summer of Code. The MariaDB Foundation believes we are making a better database that remains application compatible with MySQL. We also work on making LGPL connectors (currently C, ODBC, Java) and on MariaDB Galera Cluster, which allows you to scale your reads & writes. And we have MariaDB ColumnsStore, which is a columnar storage engine, designed to process petabytes of data with real-time response to analytical queries.
Contents
Where to start
Please join us at irc.freenode.net
at #maria to mingle with the community. Don't forget to subscribe to [email protected] (this is the main list where we discuss development).
A few handy tips for any interested students who are unsure which projects to choose: Blog post from former GSoC student & mentor
List of tasks
The complete list of tasks suggested for GSoC 2018 is located in the MariaDB Jira. A subset is listed below.
Support for GTID in mysqlbinlog
The mysqlbinlog tool needs to be updated to understand the replication feature called Global Transaction IDs (GTIDs) in MariaDB 10. The current version does not support GTIDs and the MySQL variant does not speak MariaDB 10's GTIDs.
Details: | MDEV-4989 |
---|---|
Skills: | C/C++ |
Mentor: |
Automatic provisioning of slave
The purpose of this task is to create an easy-to-use facility for setting up a new MariaDB replication slave.
Details: | MDEV-7502 |
---|---|
Skills: | C/C++ |
Mentor: |
mysqltest improvements
mysqltest
is a client utility that runs tests in the mysql-test framework. It sends sql statements to the server, compares the results with the expected results, and uses a special small DSL for loops, assignments, and so on. It's pretty old and very ad hoc with many strange limitations. It badly needs a proper parser and a consistent logical grammar.
Details: | MDEV-12130 |
---|---|
Skills: | C/C++ |
Mentor: | Sergei Golubchik |
connection encryption plugins
Encrypting the client-server communications is closely related to authentication. Normally SSL is used for the on-the-wire encryption, and SSL can be used to authenticate the client too. GSSAPI can be used for authentication, and it has support for on-the-wire encryption. This task is about making on-the-wire encryption pluggable.
Details: | MDEV-9090 |
---|---|
Skills: | C/C++ |
Mentor: | Sergei Golubchik |
Cassandra Storage Engine V2
Current Cassandra Storage Engine was developed against Cassandra 1.1 and it uses Thrift API to communicate with Cassandra. However, starting from Cassandra 1.2, the preferred way to access Cassandra database is use CQL (Cassandra Query Language) and DataStax C++ Driver (https://github.com/datastax/cpp-driver). Thrift-based access is deprecated and places heavy constraints on the schema.
This task is about re-implementing Cassandra Storage Engine using DataStax C++ Driver and CQL.
Details: | MDEV-12296 |
---|---|
Skills: | C/C++ |
Mentor: | Sergei Petrunia |
ColumnStore: Add full support for DECIMAL
Right now it is cast to double which is not great for obvious reasons. It will mean modifying a lot of ColumnStore's version of MariaDB's function implementations and allowing column files to store more than 8 bytes per field.
Details: | MCOL-641 |
---|---|
Skills: | C/C++ |
Mentor: | Andrew Hutchings |
Students Interested: | 1 |
ColumnStore: Full UTF8 support.
This includes collations and anything that works on the length of the string.
Suggest a task
Do you have an idea of your own, not listed above or in Jira? Do let us know!