Tech%2FDuckDB

Error converting content: marked is not a function

- #0 Inbox
- TODO basics and handling spatial data from https://geog-414.gishub.org/book/duckdb/01_duckdb_intro.html
- -
- "C++11, no dependencies, single-file build" #I❤️C++
- From Technology Radar Vol 29 - March 2023
- "DuckDB is an embedded, columnar database for data science and analytical workloads. Data analysts usually load the data locally in tools like pandas or data.table to quickly analyze patterns and form hypotheses before scaling the solution in the server. However, we’re now using DuckDB for such use
	  cases, because it unlocks the potential to do larger than memory analysis. DuckDB supports range joins, vectorized execution and multiversion concurrency control (MVCC) for large transactions, and our teams are quite happy with it."
- -