GithubHelp home page GithubHelp logo

gophergala / jsonup Goto Github PK

View Code? Open in Web Editor NEW
1.0 5.0 2.0 414 KB

JSON ➔ Up?

Home Page: https://jsonup.com/

License: BSD 2-Clause "Simplified" License

Ruby 4.31% Shell 1.59% CoffeeScript 31.63% Go 40.03% CSS 22.45%

jsonup's Introduction

JSON UP

Gopher Gala hackathon entry work-in-progress by @eadz

What is it?

Post JSON to JSON UP.

Get alerted when json is BAD via:

  • SMS ( MVP )
  • Push notifications

View all status on a mobile friendly site with sparklines of the posted values.

Example JSON

[
  {
    "name": "email.queue-count",
    "status": "OK",
    "value": "20"
  },
  {
    "name": "servers.3.free-disk", # Domain label format
    "status": "OK", # OK,UP = GOOD. DOWN,FAIL = BAD.
    "value": "100", # 0..100
    "value_label": "megabytes" # OPTIONAL, TODO
  },
]

Development

JSON Up is written in Go on the backend, uses Redis for data persistance and messaging, and React.js (coffee) on the frontend.

To run: foreman start

TODO

  • still have to connect to twillio to verify SMS
  • still have to monitor for "Down" and send sms.
  • Go best practices ( I'm pretty new to Go)
  • React.js best practices ( ditto )
  • launch demo
  • enter competition
  • ratelimit SMS
  • split up app more
  • "signup" process ( though this can be automatic really)
  • Usage examples
  • fix max 100 value issue

Communication

see the #jsonup channel on the gophergala slack server.

I hope to launch a working version on jsonup.com by the close of competition.

jsonup's People

Contributors

eadz avatar

Stargazers

 avatar

Watchers

 avatar Alexander Orlovsky avatar James Cloos avatar Casey R avatar  avatar

Forkers

cequencer

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.