DataNeko

Talk to your data in English, and never write a line of SQL again.

Idea in Data Analytics

Introduction

We first encountered the problem of difficult to work with data, was while our team was organizing HackMIT. We had a very painful data workflow that involved constantly re-exporting our database into a csv. We also saw similiar issues across the big tech and finance companies we worked at over the summer, so we decided to develop a better way for non-technical users to interact with data.


Problem

For the thousands of companies storing customer data in SQL databases, it’s incredibly tedious and difficult for non technical employees to work with this data. Our goal is to bridge this gap by providing a way for non-technical to talk to databases in English and gain access to information immediately.


Opportunity

Our MVP is live at https://dataneko.com/ — try it out! 

We used ChatGPT to process user requests and convert them into runnable code that can interact with data. We then pass this code through compiler checks and run it on a copy of user data, to ensure that user data is never lost.