-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
67 lines (45 loc) · 2.13 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
title: An Overview of Databases and Data Storage
author: [Elise Hellwig]
date: "`r Sys.Date()`"
github-repo: ucdavisdatalab/workshop_intro_to_databases
url: "https://ucdavisdatalab.github.io/workshop_intro_to_databases/"
lang: en-us
site: "bookdown::bookdown_site"
knit: "bookdown::render_book"
bibliography: data/references.bib
---
# Workshop Description
This workshop provides a broad overview of the various technologies for storing
and organizing different collections of data. We will discuss how data structure
and data types impact your storage options, when you should use a database, and
which platforms you might consider for your research. This workshop is a general
lecture with case studies and Q&A (no laptops necessary). This workshop is a
prerequisite for DataLab's [Intro to SQL for Querying Databases Workshop][sql]
([event][spat_event]), and [Spatial SQL with SpatiaLite Workshop][spat_sql]
([event][spat_event]).
## Learning Objectives
After completing this workshop, you will be able to answer the following
questions:
* What are the most common data structures people use?
* Which data structures lend themselves to answering different types of
research questions?
* What is a database?
* What are the differences between relational and noSQL databases?
* What factors impact what type of data store I should use for my research?
[sql]: https://ucdavisdatalab.github.io/workshop_intro_to_sql/
[sql_event]: https://datalab.ucdavis.edu/eventscalendar/workshop-introduction-to-sql-for-querying-databases/
[spat_sql]: https://ucdavisdatalab.github.io/Spatial_SQL/
[spat_event]: https://datalab.ucdavis.edu/eventscalendar/workshop-spatial-sql-2/
## Prerequisites
No prerequisites or software required. This workshop is designed for researchers
with active or planned data collection and storage.
<!-- Add something about bringing data with them? -->
## Credits
All images were created by Elise Hellwig unless otherwise noted. Movie
information courtesy of IMDb ([https://www.imdb.com][imdb]). Used with
permission for non-commercial purposes only.
[imdb]: https://www.imdb.com
### References
::: {#refs}
:::