Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Editor MapDB code path #236

Open
landonreed opened this issue Sep 19, 2019 · 0 comments
Open

Remove Editor MapDB code path #236

landonreed opened this issue Sep 19, 2019 · 0 comments

Comments

@landonreed
Copy link
Contributor

In previous versions of this software, application and GTFS data were stored with MapDB. The application data has since moved into MongoDB and the GTFS storage has moved into Postgres. There is still some MapDB-backed code that is in use (for handling GTFS feeds in GTFSPlusController), but most of it is dead now that there is no longer a use for migrating code out of a MapDB database into Mongo/Postgres. Because of this fact, we should consider cleaning out the unused legacy classes for MapDB, including the following packages:

  • com.conveyal.datatools.editor.models
  • com.conveyal.datatools.editor.datastore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant