Giter VIP home page Giter VIP logo

dbslate

a blank slate

Motivation

We're building dbslate because we want better tools for interacting with data. The initial use case is high level database admin in a collaborative environment, enhanced with visualizations and other goodies. The user runs a dbslate server, locally or in the cloud or wherever, and then connects to it and interacts with their databases via a web app. Future development will aim to empower both technical and non-technical users with web development and information management capabilities, leveraging dbslate as a library/framework/boilerplate/cli/platform.

Usage

npm install
npm start
npm run server

# after editing `src/_userProject/app.def.json` or the writers used in `src/tasks/gen.ts`:
npm run gen

App features

v0.1 pre-alpha, work in progress

  • create queries and run them against your dbs, and save/edit/share/compare them and their results
  • connect to multiple SQL and NoSQL data sources
  • manipulate your queries with 2017-era UI interactions, like placeholder forms for SQL expressions
  • collaborate with others in a shared workspace
  • edit database tables with a UI
  • create data visualizations and other reporty things
  • connect to other data sources like REST APIs, your server's file system, etc
  • extend with plugins
  • more

Technical features

  • backend agnostic (v0.3 will support Node (JavaScript/TypeScript/Flow) and Go server backends)
  • 2017ish web ui (React, Redux, TypeScript) that can be opened from your file system, or statically hosted (see gh-pages)
  • Uses code gen from plain JSON Schema definitions to automatically generate the same code you might write by hand. JSON's simple and flexible nature promises a bright future for diverse and deep tool development. See src/gen, npm run gen, andsrc/_userProject/app.def.json for more.

Philosophy

  • Developers must be given full control and privacy. Using dbslate never means sharing data with a 2nd party, and all source code is permissively licensed.
  • We want our tools to be powerful, robust, fast, simple, extensible, and easy to use. They should help us focus on the things that matter. Power and low level control do not need to be traded away for convenience and approachability. Tools should be awesome and make us feel awesome.
  • Community is the backbone of open source, and we welcome all good faith contributions of any kind from everyone, including you. 👀 Please open issues for everything you'd like to discuss. Being nice is worth the effort. Let's have nice things. :]

License

MIT

dbslate's Projects

ulid icon ulid

Universally Unique Lexicographically Sortable Identifier

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.