File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ yarn, and [mastarm](https://github.com/conveyal/mastarm).
10
10
User authentication is done via [ Auth0] ( http://auth0.com ) . You will need an
11
11
Auth0 account and application to use the Data Manager.
12
12
13
- Two databases are required for the application: [ MongoDB] ( https://www.mongodb.com/ )
14
- and a SQL database ([ PostgreSQL] ( https://www.postgresql.org/ ) is recommended).
13
+ Two databases are required for the application:
14
+
15
+ - [ MongoDB] ( https://www.mongodb.com/ ) (>=v2.6.4) is used to store application-level data (e.g., persisting projects and feed sources) and
16
+ - [ PostgreSQL] ( https://www.postgresql.org/ ) (>=v9.6) for use by [ gtfs-lib] ( https://github.com/conveyal/gtfs-lib ) to store GTFS data.
15
17
16
18
## Installation and Basic Configuration
17
19
You can’t perform that action at this time.
0 commit comments