Skip to content

Tutorials and Resources

John J Czaplewski edited this page Jul 28, 2016 · 2 revisions

Postgres/SQL

Postgres(PostgreSQL) is an open-source relational database. GeoDeepDive uses it for managing input data for applications, and it is highly recommended, but not required, for application users.

git

git is an open-source distributed system for managing code versioning. Github is a hosted graphical interface for git repositories. GeoDeepDive uses git and Github for managing all code and also as a collaboration and communication tool.

NLP

NLP, or Natural Language Processing, is the automated processing and parsing of raw text into structured data. GeoDeepDive uses various versions of Stanford CoreNLP to parse all input texts.

Clone this wiki locally