Re: Aerospike wrapper/driver for vibe.d ?

2017-02-09 Thread Rico Decho via Digitalmars-d
Indeed.

Re: Aerospike wrapper/driver for vibe.d ?

2017-02-09 Thread rikki cattermole via Digitalmars-d
On 09/02/2017 9:03 PM, Rico Decho wrote: I've finally stopped working on Aerospike's wrapper. My company has finally decided to use another database (probably CouchBase). Anyway, I had noticed an obvious lack of interest of Aerospike's company for the D language. It's not even worth any short

Re: Aerospike wrapper/driver for vibe.d ?

2017-02-09 Thread Rico Decho via Digitalmars-d
I've finally stopped working on Aerospike's wrapper. My company has finally decided to use another database (probably CouchBase). Anyway, I had noticed an obvious lack of interest of Aerospike's company for the D language. It's not even worth any short answer (even negative) to a request

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-30 Thread John Colvin via Digitalmars-d
On Saturday, 28 January 2017 at 16:52:29 UTC, Rico Decho wrote: Thanks for proposing it ! I've just added John's sample code to the wiki (hoping that he doesn't mind). that's fine :)

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread Rico Decho via Digitalmars-d
Thanks for proposing it ! I've just added John's sample code to the wiki (hoping that he doesn't mind).

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread Mike Parker via Digitalmars-d
On Saturday, 28 January 2017 at 15:01:00 UTC, Rico Decho wrote: Actually I think that John's explanations are much more concrete and useful than what's in the official docs. Why not integrate it into D's wiki ? Simply because no one has bothered to do it? The Wiki page links to some stuff I

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread Rico Decho via Digitalmars-d
Actually I think that John's explanations are much more concrete and useful than what's in the official docs. Why not integrate it into D's wiki ?

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread Mike Parker via Digitalmars-d
On Saturday, 28 January 2017 at 12:34:21 UTC, Rico Decho wrote: This afternoon I'll first try using dstep to generate the binding automatically. If that doesn't work as expected, I'll try to bind the main functions manually as detailed in the "fancylib" example... In both cases, at least

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread Rico Decho via Digitalmars-d
This afternoon I'll first try using dstep to generate the binding automatically. If that doesn't work as expected, I'll try to bind the main functions manually as detailed in the "fancylib" example... In both cases, at least now I'm confident that I know precisely how to proceed, so thanks

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread John Colvin via Digitalmars-d
On Saturday, 28 January 2017 at 09:59:10 UTC, Rico Decho wrote: I agree, one step at a time... Anyway, as I've never used D's type introspection and compile-time code generation, my options are quite limited at the moment :( Binding to C is really, really easy for most cases. E.g. for a

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread Mike Parker via Digitalmars-d
On Saturday, 28 January 2017 at 09:59:10 UTC, Rico Decho wrote: I agree, one step at a time... Anyway, as I've never used D's type introspection and compile-time code generation, my options are quite limited at the moment :( You shouldn't need any of that to create a binding to a C API.

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread Rico Decho via Digitalmars-d
I agree, one step at a time... Anyway, as I've never used D's type introspection and compile-time code generation, my options are quite limited at the moment :(

Re: Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread rikki cattermole via Digitalmars-d
On 28/01/2017 10:15 PM, Rico Decho wrote: I'm new to the D language, but I really enjoy its execution speed and ease of programming, and I'd like to implement the web server of my next project in D instead of C++ or Go. Unfortunately my server needs to communicate with an Aerospike database (an

Aerospike wrapper/driver for vibe.d ?

2017-01-28 Thread Rico Decho via Digitalmars-d
I'm new to the D language, but I really enjoy its execution speed and ease of programming, and I'd like to implement the web server of my next project in D instead of C++ or Go. Unfortunately my server needs to communicate with an Aerospike database (an ultra-fast open-source distributed