For companies with vehicles, fleets, assets, or equipment to track, from one piece to thousands.
Linxup is a leading provider of vehicle and asset tracking solutions for fleets and service companies in a variety of industries. Linxup delivers powerful but easy to use GPS solutions through a software-as-a-service (SaaS) platform. Our data gives businesses the tools they need to improve fleet management, increase mobile worker productivity, and reduce operating costs. Specialty products such as lawn mower tracking and dash cameras give customers every tool they need to improve, grow, and protect their businesse
Learn More
A complete enterprise system built for modern intermodal trucking and container drayage operations
Trinium TMS (Transportation Management System) is recognized as the industry leader in intermodal trucking and drayage systems
Streamline your entire logistics workflow, from order intake to billing - ensuring maximum efficiency at every stage.
osDQ dedicated to create apache spark based data pipeline using JSON
...It can run in local mode also.
Get json example at https://github.com/arrahtech/osdq-spark
How to run
Unzip the zip file
Windows : java -cp .\lib\*;osdq-spark-0.0.1.jar org.arrah.framework.spark.run.TransformRunner -c .\example\samplerun.json
Mac UNIX
java -cp ./lib/*:./osdq-spark-0.0.1.jar org.arrah.framework.spark.run.TransformRunner -c ./example/samplerun.json
For those on windows, you need to have hadoop distribtion unzipped on local drive and HADOOP_HOME set. ...