Furry data
Fiiinally managed to make my way through processing the e621 metadata dump they sent me. Pulled it from a corrupted and gross JSON file into a sqlite db.
sqlite> select count(*) from submissions;
700479
sqlite> select count(*) from tags;
1903
sqlite> select count(*) from artists;
186
sqlite> select count(*) from sources;
388
That's a lot of submissions @.@