slac207 / cs207project

MIT License
0 stars 4 forks source link

P9 Extra Credit Option 2 - Embed query language #75

Closed jsm09 closed 7 years ago

jsm09 commented 7 years ago

EXTRA CREDIT 2:

Extend the interface in the client program to embed a lispy (stupidlang can be used as a base for this) query language which allows for similarity queries on our database.

EXTRA CREDIT 2: even more credit

Extend your query language to allow filtering queries on postgres metadata (test metadata will be provided in project10.html) We wont combine these as such queries will be slow in the the binary search tree database. But its worth it for you to think of how you might combine them in one database.