I tried it: it's a 68 MiB .zip file containing a dcs.sql file that's 357 MiB decompressed. I was able to load it into a MySQL database (well, I had MariaDB but...) and play with it a bit, using "show tables" and "describe <tablename>" and so on. Everything seems to be there: the texts, the annotations, etc. Example queries you can try:
select * from text_lines where chapter_id=1067;
for the first sarga of the Rāmāyaṇa,
select * from word_references where sentence_id in (108403, 108404);
for its last verse, etc.
This is a wonderful resource and I expect it's going to be invaluable to the community.