Git Product home page Git Product logo

splicer's Introduction

Splicer Build Status

splicer makes the entire world look like a SQL database. It is a python module for working with data from disparate sources using commands to those familiar with SQL. It aims to make quick one off queries and ETL scripts more declarative rather than procedural.

Inspired by projects like BigQuery, Postgres Foreign Data Wrappers and Multicorn, except no database is required.

splicer enables:

  • Analysts to create Datasets linking various foreign tables together along with User Defined Functions written in python. Once defined, the datasets can be queried via SQL Select statements to create new Views of the Data.

  • Extension Developers to create extensions that make various data sources REST endpoints, log files, NoSQL Servers, traditional Databases, CSV Files to behave like tables.

    splicer will take advantage of these various sources' capabilities where appropriate and will compensate for sources that lack basic features.

    For example if a database supports joins and you want to query two tables within that database, splicer will have that system perform the join for you. If however you're working with a less sophisticated source, like plain files, splicer will perform the operations for you locally.

Enough reading! Try it out

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.