Git Product home page Git Product logo

bustracker-ukm's Introduction

BusTrackerUKM

UKM BUS TRAKER APPLICATION ●Melihat pergerakan bas ●Anggaran masa ketibaan bas ●Memberi maklumat penting mengenai bangunan utama atau tempat menarik sepanjang laluan bas ●Menghitung jarak perhentian bas dari tempat pengguna

bustracker-ukm's People

Contributors

justinwkukm avatar saychunkim avatar esthertan avatar esthertan90 avatar

Stargazers

 avatar Bilal Ahamed avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar Faiz Hasan avatar  avatar

bustracker-ukm's Issues

Redis cache does not work due to port problem.

Our current hosting plan in SmarterASP.NET does not support custom port feature, so we are unable to connect our backend to redis machine in Amazon Web Service (AWS) using port 6379.

Please use file cache in Laravel for this moment until we settle the port issue.

p.s: Please use .env file in Laravel to setup database and cache dependency.

NodeJS + Redis hosting issue

NodeJS and redis are unlikely to be hosted in our existing hosting provider, SmarterASP.NET. Thus I am raising an issue here so everyone can suggest some budget hosting to keep them.

Limited Firebase Simultaneous Connection

According to description in https://firebase.google.com/pricing/, we might have issue when more than 100 connections are made.

Consider Firebase practices port listening style, I assume the connection to database will be always on, instead of traditional http request which is:

  1. Open connection.
  2. Send http request.
  3. Receive http response.
  4. Close connection.

Thus once more than 100 users (I assume one user is listening to one connection), the rest wouldn't receive any data from Firebase server. Please clarify and let me know.

Improve server response to query location api.

Create 'location_logs' table to store location record when new location is inserted into 'locations' table, by using trigger.

Then we can cleanup 'locations' table from time to time, while having all the location data in 'location_logs' table

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.