SiRumCz / CSC501

CSC501 assignments
0 stars 1 forks source link

PLEASE READ: how to add new API and write query #25

Open superliuxz opened 4 years ago

superliuxz commented 4 years ago

Once GH-23 is merged, every1 should be able to add new APIs to the backend, when you want to have a new plot.

Here is how to do it:

If your query is running fast, great. Create the PR. However if you are doing some slightly complicated query, you might encounter some performance issue. Here is how to debug them.