diff --git a/guide/english/data-science-tools/knime/index.md b/guide/english/data-science-tools/knime/index.md new file mode 100644 index 0000000000..ed57f3aa3b --- /dev/null +++ b/guide/english/data-science-tools/knime/index.md @@ -0,0 +1,30 @@ +--- +title: KNIME Analytics Platform +--- + +## KNIME Analytics Platform + +Knime is a open-source platform for data science. It allows loading, cleaning, blending of data from many sources, data analysis, and data output/storage. Knime processes data with a series of nodes that either load, transform, manipulate, analyze, or otherwise work on tabular data in a series of steps that can be linked together in a workflow. With the addition of extensions from the community, integration of scripts written in Python, Java, R, and others is also possible, so that if a tool doesn't exist, you can create your own. Knime workflows can also be run from the command line, enabling the automation of data analytics processes. + +## What Can KNIME Be Used For + +* data cleaning and transformation +* numerical simulation +* statistical modeling +* data visualization +* machine learning +* deep learning +* big data +* google sheets +* sentiment analysis +* social media study + +## Downloading and Installation + +Download here: [Knime download page](https://www.knime.com/downloads/download-knime) + +Installation is self-contained, and has no depoendencies for the core program. Knime is based off of Eclipse and contains a bundled Java runtime. For script nodes that use Python or R, you must download and install those packages and inform Knime of where their executables are located. + +## Links + +* [Knime Learning Resources](https://www.knime.com/resources) diff --git a/guide/english/miscellaneous/adding-envirioment-variables-in-windows/index.md b/guide/english/miscellaneous/adding-envirioment-variables-in-windows/index.md index 554f4c992c..6c98a783fe 100644 --- a/guide/english/miscellaneous/adding-envirioment-variables-in-windows/index.md +++ b/guide/english/miscellaneous/adding-envirioment-variables-in-windows/index.md @@ -11,4 +11,8 @@ title: Adding Envirioment Variables in Windows ### Via Command Line -Refer to this answer on Super User. \ No newline at end of file +Refer to this answer on Super User. + +### If Using Node + +Add the [dotenv](https://www.npmjs.com/package/dotenv) package to your application. You can then store your environment variables in a `.env` file. Be sure to remember to add `*.env` to your `.gitignore` file. \ No newline at end of file