DEV Community

Discussion on: UKs Covid system crashed due using Excel as "backend database"

Collapse
 
jwp profile image
John Peters • Edited

SQL Server Express, has many excel import functions , it's free and stores 10Gb of data.

Here's an excel import to Mongo

Mongo: $ mongoimport -d mydb -c things --type csv --file locations.csv --headerline

However, cloud solutions are probably better all around. They'll give you the free tier hoping you'll need more (which is pay as you go).

"The best way to lean is the school of hard knocks"