Skip to content

Commit 9533c71

Browse files
committed
edits to use cae
1 parent d623393 commit 9533c71

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ your project meets some or all of these criteria:
1515
(not on a network drive)
1616
- the amount of data is relatively small (GBs, not TBs)
1717
- 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 just
19-
a few models that you export into other systems for multi-user access
20-
or into BI/viz tools for analysis
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
2121
- your project is a proof of concept, to eventually be moved into
2222
another database or data warehouse platform
23+
- you want an easily accessible, open source method of building your data
24+
project that others can use without the overhead/cost of a full RDBMS
25+
or data warehouse platform account
2326

2427
SQLite can be surprisingly fast, despite the query optimizer not being as
2528
sophisticated as other databases and data warehouse platforms. Tip: realize

0 commit comments

Comments
 (0)