File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ your project meets some or all of these criteria:
15
15
(not on a network drive)
16
16
- the amount of data is relatively small (GBs, not TBs)
17
17
- you're a data team of one with no need to share access to a database
18
- - you mainly care about the final results of your pipelines, which are
19
- exported into other systems for multi-user access or into BI/viz tools
20
- for analysis
18
+ - your end goal is to export the results of your pipeline(s) into other
19
+ systems for multi-user access or into BI/viz tools for analysis (i.e.
20
+ you're doing ETL vs ELT)
21
21
- your project is a proof of concept, to eventually be moved into
22
22
another database or data warehouse platform
23
23
- you want an easily accessible, open source method of building your data
24
24
project that others can use without the overhead/cost of a full RDBMS
25
- or data warehouse platform account
25
+ or data warehouse platform account (SQLite is included with python)
26
26
27
27
SQLite can be surprisingly fast, despite the query optimizer not being as
28
28
sophisticated as other databases and data warehouse platforms. Tip: realize
You can’t perform that action at this time.
0 commit comments