In this video, you will learn how to start CrateDB for the first time with Docker Desktop. With CrateDB running, you will get familiar with the Admin UI. Finally, you will learn how to upload a dataset to CrateDB and how to query the data in the Admin UI.
- What is CrateDB? [00:28]
- Run CrateDB on Docker [00:57]
- Tour around the Admin UI [01:59]
- Upload a dataset to CrateDB [02:56]
- Query the table [05:10]
Useful links:
- Download Docker Desktop: Developers - Docker
- CrateDB installation page: Getting started
- S&P 500 dataset: Standard and Poor's (S&P) 500 Index Data including Dividend, Earnings and P/E Ratio
- Importing and exporting data in CrateDB (video): Fundamentals: Importing and Exporting Data in CrateDB
- More on COPY FROM: COPY FROM statement: things you need to know