Skip to content
Snippets Groups Projects
Commit 028d0f70 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

fix paths

parent dd521cc5
No related branches found
No related tags found
No related merge requests found
# Before you start
This guide assumes you have a database you have access to and it is set up correctly. If not, please follow the instructions in the [Installation Guide](docs/INSTALLATION.md)
This guide assumes you have a database you have access to and it is set up correctly. If not, please follow the instructions in the [Installation Guide](INSTALLATION.md)
# Understanding what data you have
......
......@@ -47,7 +47,7 @@ Assuming you do not need to do a lot of transformation or ingest lots of third p
Typically once enough data is in the system and/or the tranformation needs are complex enough, a dedicated analytics database is used. There are many options ranging from a normal general purpose database (MySQL, Postgres, SQL Server, etc), to a dedicated Analytics database (Vertica, Redshift, GreenPlum, Terredata, etc), the new generation of SQL on Hadoop databases (Spark, Presto) or NoSQL databases (Druid, Cassandra, etc).
Typically, once there is a dedicated analytics database or a datawarehouse, ETL processes become important. Learn more at See the [Data Warehouse Guide](docs/DATAWAREHOUSING.md).
Typically, once there is a dedicated analytics database or a datawarehouse, ETL processes become important. Learn more at See the [Data Warehouse Guide](DATAWAREHOUSING.md).
# Database Drivers
Metabase currently has drivers for
......@@ -65,4 +65,4 @@ On our roadmap are
If you are interested in the status of any of these drivers, click through to the issues to see what work is being done. If you are interested in a driver to another database, please open an issue!
# Annotating Data
[Data Annotations](docs/ANNOTATIONS.md)
\ No newline at end of file
[Data Annotations](ANNOTATIONS.md)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment