aerospike / aerospike-client-nodejs

Node.js client for the Aerospike database
https://www.aerospike.com/
Apache License 2.0
200 stars 78 forks source link

LDT support #13

Closed supafoundation closed 9 years ago

supafoundation commented 10 years ago

LDT support please! Need it ASAP. Or i have to rewrite my project in golang!

cstivers78 commented 10 years ago

LDTs are specialized UDFs, which should be callable from any client library that supporting invoking UDFs. Unfortunately, we currently are missing UDF invocation in Node.js Client. I will take a peek to see if there is something we can do quickly.

supafoundation commented 10 years ago

That would be brilliant thanks

cstivers78 commented 10 years ago

We have made the changes, and are getting them reviewed. I am hoping we will have something for you by the end of the week.

vitage commented 10 years ago

Do you have any news ? Need it ASAP too!

wchu-citrusleaf commented 10 years ago

We are in the final testing staging of UDF support. Should be able to get it out next week. LDT is simply a light shim over UDF functionality. We plan to put the llist shim first. Is there another data type you are more interested in?

supafoundation commented 10 years ago

Lmap n lstack please Sent using CloudMagic On Fri, Sep 12, 2014 at 8:07 PM, Wei-Ling Chu notifications@github.com wrote:We are in the final testing staging of UDF support. Should be able to get it out next week. LDT is simply a light shim over UDF functionality. We plan to put the llist shim first. Is there another data type you are more interested in?

—Reply to this email directly or view it on GitHub.

vitage commented 10 years ago

lset

vitage commented 10 years ago

Do you have any news ? (

sunilvirus commented 10 years ago

We now have the record-UDF invocation functionality Example: https://github.com/aerospike/aerospike-client-nodejs/blob/master/examples/udf_register.js https://github.com/aerospike/aerospike-client-nodejs/blob/master/examples/execute.js

GayathriKaliyamoorthy commented 9 years ago

We have released the LDT feature with all the LList APIs today.