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

Implement transitdb #24

Closed
xivk opened this issue Jan 12, 2019 · 1 comment
Closed

Implement transitdb #24

xivk opened this issue Jan 12, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@xivk
Copy link
Contributor

xivk commented Jan 12, 2019

Implement a transit db, one concept TransitDb that contains a ConnectionsDb, TripsDb and StopsDb. Make this serializable.

@xivk xivk self-assigned this Jan 12, 2019
@xivk xivk added the enhancement New feature or request label Jan 12, 2019
@pietervdvn
Copy link
Contributor

I merged in the 'IO-cleanup' code and did a few updates here and there. There is a new callback added which can be injected into the constructor to update a certain timeframe. The server has been based on this new version.

I also noticed that, when loading more data in multiple batches, the departure enumerator fails and can not enumerate entries anymore - this is something that should be looked into. I've added a failing functional test for this specific case.

@xivk xivk closed this as completed Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants