ojacquemart / vlilleStatus

Vlille Status to log down stations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VlilleStatus

App to log downtime stations from vlille.fr

Mongo Indexes

  • db.stations.ensureIndex({ name: 1 })
  • db.stations_items.ensureIndex({ stationId: 1, down: 1})
  • db.stations_items.ensureIndex({ startAt: 1 })
  • db.stations_items.ensureIndex({ endAt: 1 })

About

Vlille Status to log down stations


Languages

Language:Scala 88.3%Language:JavaScript 11.7%