Coder Social home page Coder Social logo

-dev-null's People

Contributors

bcherny avatar pathikrit avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

-dev-null's Issues

Feature List

m0: Init

  • node + express + couchdb for backend
  • react + es6 + gulp for frontend
  • GitHub auth for teams
  • Personal + Global workspaces

m1: Shared DB client

  • Support MYSQL as first db. See AirPal
  • Easy to switch DBs through dropdowns
  • Deep linking i.e. unique urls can be sent over chat

m2: Share your CURLs

m3: History

  • Store history of every requests
  • Diff/history viewer

m5: IDE enhancements

  • Mustache style templating of vars - global configs with personal overrides
  • Paginate db queries or lazy load?
  • Inline auto-suggest
  • View results as table or export to Excel
  • Syntax highlight SQL. See 0xDBE
  • Sidebar chat

v1: Profit?

  • Homepage
  • Documentation
  • Sell it. See JackDb

v2: Future Ideas

Data model

{
  "global": {
    "keys": {
      "dev": {
        "api": "dev-api.cow.com:9000",
        "db": {
          "url": "mysql://dev-db.cow.com:3306",
          "user": "admin",
          "pass": "moo"
        },
        "prod": {
          "api": "prod-api.cow.com:9000",
          "db": {
            "url": "mysql://prod-db.cow.com:3306",
            "user": "admin"
          }
        }
      },
      "envs": [
        {
          "type": "http",
          "name": "Dev API",
          "endpoint": "${dev.url}"
        },
        {
          "type": "db",
          "name": "Dev DB",
          "url": "${dev.db.url}",
          "user": "${dev.db.url}",
          "pass": "${dev.db.pass}"
        }
      ]
    },
    "users": {
      "pathikrit": {

      },
      "bchery": {

      }
    }
  }
}

API design?

We already have some /user and /login routes to login. I also added a route like /eval/db/mysql.

But, how do sync the team/user workspaces? What routes? To have a live shareable template maybe websockets?

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.