Coder Social home page Coder Social logo

faisal / redisql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jaksprats/alchemy-database

1.0 3.0 0.0 4.71 MB

Hybrid Relational-Database/NOSQL-Datastore

Home Page: http://code.google.com/p/alchemydatabase/

License: GNU General Public License v3.0

redisql's Introduction

NOTE The Redisql project's documentation has been moved to http://code.google.com/p/alchemydatabase/

Redisql: A Hybrid Relational-Database/NOSQL-Datastore

Redisql is a full RDBMS and a full NOSQL datastore combined into one server
In Redisql, SQL Tables, Statements, and Data-types are supported. Redisql is built on top of the NOSQL datastore redis, supports all redis data-structures and commands and supports (de)normalisation of these data structures (lists,sets,hash-tables) to/from SQL tables. Redisql can also easily import/export tables to/from Mysql. Redisql is more than a data storage Swiss Army Knife, it is also extremely fast and extremely efficient w/ memory.

NOTE The Redisql project's documentation has been moved to http://code.google.com/p/alchemydatabase/

The code will still reside in github, but the documentation and issue tracking will be done in google code

QUICK HOW TO
BUILD:
1,) git clone git://github.com/JakSprats/Redisql.git
2.) cd Redisql
3.) make platform # platform can be "aix ansi bsd freebsd generic linux macosx mingw posix solaris"
RUN:
1.) ./redisql-server
EXPERIMENT (run from command line, some characters '(',')','*' must be escaped)
./redisql-cli CREATE TABLE test \(id int primary key, field TEXT, name TEXT\)
OK
./redisql-cli INSERT INTO test VALUES "(1,field1,name1)"
OK
./redisql-cli INSERT INTO test VALUES "(2,field2,name2)"
OK
./redisql-cli SELECT \* FROM test WHERE id BETWEEN 1 AND 2
1. "1,field1,name1"
2. "2,field2,name2"

Many examples can be found here: https://github.com/JakSprats/Redisql/blob/master/bash_functions.sh

GPL License

Copyright (c) 2010 Russell Sullivan <jaksprats AT gmail DOT com>

   This file is part of AlchemyDatabase

    AlchemyDatabase is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    AlchemyDatabase is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with AlchemyDatabase.  If not, see <http://www.gnu.org/licenses/>.

Dislaimer: this project is in no way affiliated w/ the "redis" project. The name RediSQL was used to illustrate that this project effectively combines "redis" and "SQL"
This project is being renamed "AlchemyDatabase" to avoid any confusion.
The renaming process will take some time to propagate through the various github repositories, website, blog, mailing-list, etc... 

redisql's People

Contributors

jaksprats avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.