Coder Social home page Coder Social logo

parallel-distributed-computing-platform / train-realtime-info Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dero1to/train-realtime-info

0.0 0.0 0.0 8 KB

都心部を走る電車のリアルタイム情報を蓄積する。

License: MIT License

Dockerfile 17.15% Shell 9.58% Python 73.27%

train-realtime-info's Introduction

Train-RealTime-info

蓄積データ

  • JR
    • **線
    • **特快

テーブル定義(MySQL)

Train_Logーブル

物理名 論理名 null key default
id id UNSIGN INT(11) no prime
train_id データID VARCHAR(255)
odpt_type ODPTタイプ VARCHAR(255)
dc_date 生成時刻 VARCHAR(255)
dct_valid 有効期限 VARCHAR(255)
odpt_delay 遅延情報 INT(10)
odpt_railway 路線名 VARCHAR(255)
odpt_operator 運営会社 VARCHAR(255)
odpt_train_number 列車番号 VARCHAR(255)
odpt_train_type 種別 VARCHAR(255)
odpt_toStation 次駅 VARCHAR(255)
odpt_from_station 出発駅 VARCHAR(255)
odpt_rail_direction 進行方向 VARCHAR(255)
odpt_car_composition 編成数 INT(10)
odpt_destination_station 行先 VARCHAR(255)
created_at 作成日 TATETIME no CURRENT_TIMESTAMP
updated_at 更新日 TATETIME no CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP

train-realtime-info's People

Contributors

dero1to avatar

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.