GithubHelp home page GithubHelp logo

jaksprats / alchemy-database Goto Github PK

View Code? Open in Web Editor NEW
182.0 182.0 29.0 6.23 MB

Hybrid Relational-Database/NOSQL-Datastore

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

Lua 8.50% C++ 3.65% C 78.37% Ruby 0.20% Shell 4.00% JavaScript 0.01% Perl 2.53% Objective-C 0.01% Tcl 2.73%

alchemy-database's People

Contributors

jaksprats avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alchemy-database's Issues

Ubuntu 12.04 make error occur

my host is Ubuntu 12.04 x64 Server

when execute 'make'
some error occur on ’Building LuaJIT 2.0.0-beta7'

error message below
make[3]: Entering directory '/tmp/Alchemy-Database/redis_unstable/deps/LuaJIT-2.0.0-beta7/src'
DYNASM buildvm_x64.h
make[3]: lua: Command not found
make[3]: *** [buildvm_x64.h] Error 127
make[3]: Leaving directory '/tmp/Alchemy-Database/redis_unstable/deps/LuaJIT-2.0.0-beta7/src'
make[2]: *** [default] Error 2
make[2]: Leaving directory '/tmp/Alchemy-Database/redis_unstable/deps/LuaJIT-2.0.0-beta7'
make[1]: *** [dependencies] Error 2
make[1]: Leaving directory '/tmp/Alchemy-Database/redis_unstable/src'
make: *** [all] Error 2

Please help me to resolve this problem, thanks

Make on OS X

Alchemy-DB looks very interesting indeed. It would be great if it were able to compile on OS X. Having some issues with libtool when building pluto.

segfault on create table

Hi!

dvv@dvv-laptop ~/NODE/TESTING/Redisql $ uname -a Linux dvv-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux

With the current master, I get:

`
[28645] 14 Nov 16:39:55 * Server started, Redis version 1.3.14
[28645] 14 Nov 16:39:55 * The server is now ready to accept connections on port 6379
[28645] 14 Nov 16:40:05 # ======= Ooops! Redis 1.3.14 got signal: -11- =======
[28645] 14 Nov 16:40:05 # Redisql_version:0.0.14
redis_version:1.3.14
redis_git_sha1:00000000
redis_git_dirty:0
arch_bits:32
multiplexing_api:epoll
process_id:28645
uptime_in_seconds:10
uptime_in_days:0
connected_clients:1
connected_slaves:0
blocked_clients:0
used_memory:542492
used_memory_human:529.78K
changes_since_last_save:0
bgsave_in_progress:0
last_save_time:1289741995
bgrewriteaof_in_progress:0
total_connections_received:1
total_commands_processed:0
expired_keys:0
hash_max_zipmap_entries:64
hash_max_zipmap_value:512
pubsub_channels:0
pubsub_patterns:0
vm_enabled:0
role:master

[28645] 14 Nov 16:40:05 # ./redisql-server(createTable+0x1a) [0x8074fda]
[28645] 14 Nov 16:40:05 # ./redisql-server(createCommand+0x5d) [0x807514d]
[28645] 14 Nov 16:40:05 # ./redisql-server(call+0x2a) [0x805aa0a]
[28645] 14 Nov 16:40:05 # 4 redis-server 0x8066a3b processCommand + 875
[28645] 14 Nov 16:40:05 # 5 redis-server 0x8065930 processInputBuffer + 432
[28645] 14 Nov 16:40:05 # 6 redis-server 0x8067290 readQueryFromClient + 112
[28645] 14 Nov 16:40:05 # ./redisql-server(aeProcessEvents+0x132) [0x8051162]
[28645] 14 Nov 16:40:05 # ./redisql-server(aeMain+0x37) [0x8051377]
[28645] 14 Nov 16:40:05 # ./redisql-server(main+0xb7) [0x806c507]
[28645] 14 Nov 16:40:05 # /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0x81eb56]
[28645] 14 Nov 16:40:05 # ./redisql-server [0x8050821]
`

What can be wrong?
--Vladimir

Connecting to you db

Dear mr. Sprats,

I'm interested of using your DB for my next platform project,
I know that you are about to deprecate all client's lib, which I rather use instead of communicating with your DB through JSON service.
My question: where can I find an example, where your Java client do:

  1. Connecting to your DB via socket
  2. Performing CRUD in an SQL way

Thank you sir
Bromo

Make fails on linux (ubuntu 10.04)

Hi Russ,

Here are the errors:

make[2]: Entering directory /home/aaron/src/Redisql/lua-5.1.4/src' gcc -O2 -Wall -c -o lua.o lua.c gcc -o lua lua.o liblua.a -lm liblua.a(loadlib.o): In functionll_loadfunc':
loadlib.c:(.text+0x8d8): undefined reference to dlsym' loadlib.c:(.text+0x931): undefined reference todlopen'
loadlib.c:(.text+0x949): undefined reference to dlerror' loadlib.c:(.text+0x960): undefined reference todlerror'
liblua.a(loadlib.o): In function gctm': loadlib.c:(.text+0xe9c): undefined reference todlclose'
collect2: ld returned 1 exit status
make[2]: *** [lua] Error 1
make[2]: Leaving directory /home/aaron/src/Redisql/lua-5.1.4/src' make[1]: *** [generic] Error 2 make[1]: Leaving directory/home/aaron/src/Redisql/lua-5.1.4/src'
make: *** [generic] Error 2

Thanks,
Aaron

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.