2. You can use parallel to cat everything to one big JSON file. Exercise for reader etc.

3. In general use sqlite-utils...BUT you can bulk-load newline delimited JSON into SQLite3 by going:

create table data(content json);
.mode tabs
.import 'smithsonian.json' data