{"id":13836662,"url":"https://github.com/JakSprats/Alchemy-Database","last_synced_at":"2025-07-10T16:30:27.567Z","repository":{"id":1030212,"uuid":"858418","full_name":"JakSprats/Alchemy-Database","owner":"JakSprats","description":"Hybrid Relational-Database/NOSQL-Datastore","archived":false,"fork":false,"pushed_at":"2012-08-27T23:16:09.000Z","size":6376,"stargazers_count":182,"open_issues_count":3,"forks_count":29,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-08-05T15:05:05.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://code.google.com/p/alchemydatabase/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JakSprats.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-24T05:32:36.000Z","updated_at":"2023-10-22T05:19:15.000Z","dependencies_parsed_at":"2022-07-06T03:01:10.104Z","dependency_job_id":null,"html_url":"https://github.com/JakSprats/Alchemy-Database","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakSprats%2FAlchemy-Database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakSprats%2FAlchemy-Database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakSprats%2FAlchemy-Database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakSprats%2FAlchemy-Database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JakSprats","download_url":"https://codeload.github.com/JakSprats/Alchemy-Database/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225647653,"owners_count":17502115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T15:00:52.070Z","updated_at":"2024-11-20T23:31:30.073Z","avatar_url":"https://github.com/JakSprats.png","language":"C","funding_links":[],"categories":["C / CPP","C"],"sub_categories":[],"readme":"AlchemyDB is now Aerospike - visit us at http://www.aerospike.com\n\nAlchemy Database: A Hybrid Relational-Database/NOSQL-Datastore\n\nProject Home Page: http://code.google.com/p/alchemydatabase/\n\nLatest Release Candidate: Feb 28, 2012: release_0.2_rc1: https://github.com/JakSprats/Alchemy-Database/tree/release_0.2_rc1\n\nAlchemy Database is a low-latency high-TPS NewSQL RDBMS embedded in the NOSQL datastore redis. Extensive datastore-side-scripting is provided via deeply embedded Lua. Unstructured data, can also be stored, as there are no limits on #tables, #indexes, #columns, and sparsely populated rows use minimal memory.\n\nQUICK HOW TO\nBUILD:\n1,) git clone git://github.com/JakSprats/Alchemy-Database.git\n2.) cd Alchemy-Database\n3.) make\nRUN:\n1.)  cd redis/src\n2.) ./alchemy-server ../redis.conf\nEXPERIMENT (run from command line, some characters '(',')','*' must be escaped)\n./alchemy-cli CREATE TABLE test \"(id int primary key, field TEXT, name TEXT)\"\nOK\n./alchemy-cli INSERT INTO test VALUES \"(1,'field1','name1')\"\nOK\n./alchemy-cli INSERT INTO test VALUES \"(2,'field2','name2')\"\nOK\n./alchemy-cli SELECT \"*\" FROM test WHERE id BETWEEN 1 AND 2\n1) \"1,'field1','name1'\"\n2) \"2,'field2','name2'\"\n\nMany examples can be found here: https://github.com/JakSprats/Alchemy-Database/blob/master/redis_unstable/src/bash_functions.sh\n\nAGPL License\n\nCopyright (c) 2010-2011 Russell Sullivan \u003cjaksprats AT gmail DOT com\u003e\nALL RIGHTS RESERVED \n\n   This file is part of ALCHEMY_DATABASE\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as\n    published by the Free Software Foundation, either version 3 of the\n    License, or (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJakSprats%2FAlchemy-Database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJakSprats%2FAlchemy-Database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJakSprats%2FAlchemy-Database/lists"}