Skip to content

Commit

Permalink
Added memory warning in panama papers notebook demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Maillet committed Jun 28, 2016
1 parent 3fb2f2f commit 00e44af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container_files/demos/Investigating the Panama Papers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"source": [
"# Investigating the Panama Papers\n",
"\n",
"This demo will show how to do simple data exploration using MLDB. We will use the the Offshore Leaks Database from [ICIJ](https://offshoreleaks.icij.org/). It contains data about offshore entities from the Panama Papers and the Offshore Leaks investigations. We will be showing off the capabilities of MLDB's SQL engine and how easy it is to create simple charts using a few external python libraries. Note that even though the data is coming from our servers, no transformation has been made to the original data: all the parsing and transformations are done here using MLDB.\n",
"\n",
"This demo will show how to do simple data exploration using MLDB. We will use the the Offshore Leaks Database from [ICIJ](https://offshoreleaks.icij.org/). It contains data about offshore entities from the Panama Papers and the Offshore Leaks investigations. We will be showing off the capabilities of MLDB's SQL engine and how easy it is to create simple charts using a few external python libraries. Note that even though the data is coming from our servers, no transformation has been made to the original data: all the parsing and transformations are done here using MLDB."
"**WARNING**: This demo requires 4GB of memory to run. If you are running this demo on VirtualBox, make sure enough memory is allocated to the virtual machine or MLDB may crash."
]
},
{
Expand Down

0 comments on commit 00e44af

Please sign in to comment.