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)
@@ -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!