Giter VIP home page Giter VIP logo

powertrain's People

Contributors

ankurthuse avatar davefelcey avatar phact avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

phact

powertrain's Issues

Add unique ID for course

Also, we should probably prompt the user for a username so that we can track multiple rides from the same person and see if they're getting better, etc.

We can also do this by IP address to keep it simple.

add timestamp field to current_location

Even though it's current, we should still track the last checkpoint time for each vehicle.

vehicle_tracking_app.current_location

This will let us visualize this data in Silk (Silk requires a time column for anything worthwhile)

Add a Z axis

@davefelcey need your help on this too. We should keep lat-long since that's what solr geospatial uses, but we should also have a z axis since the track isn't flat and I can send you height data.

Is a new cluster object being created every time a WS call is run?

@davefelcey I'm seeing a lot of these messages in the foreground when running the jetty app:

INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  Using data-center name 'SearchAnalytics' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
INFO  New Cassandra host /127.0.0.1:9042 added
INFO  New Cassandra host /127.0.0.1:9042 added

Do you create a new cluster object each time a call comes in? I'm not sure if I'm reading this right:

this.dao = new VehicleDao(contactPointsStr.split(","));

If so, we should create one cluster object when the app comes up and share it between all the requests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.