Dustin Deus

Results 409 comments of Dustin Deus

@maggiolo00 @lvca @luigidellaquila What is the status of this goal?

@maggiolo00 great but ready is for me 100% backwards compatible, with integration tests and not only unit tests. When can we expect to use it in 2.1.X or how is...

Hi @jfellien try this. In Orient Studio there is no query builder. ``` sql SELECT Name, Id FROM ( TRAVERSE OUT('responsible_for') FROM Store ) WHERE contains (Value = '13189') ```...

I got it but this is not a fluent api. This is a mix of everything. This is pain. ``` s.create(`VERTEX ${nodeClassName} CLUSTER ${self.getCluster(nodeClassName).name}`) ```

It seems that the fluent api isnt optimized with the transaction api. We could introduce a object called `TransactionVariable` to treat this case.

Something like: ``` .let('t3', function(e) { e.update('Node') .add('References', TransactionVariable('$t0')) .where({ Mid: sponsorNode.mid }); }) ```

I'm also looking for clean documentation. 1. How to setup kappa with couchdb 2. Publish a package

Hi @christianfinckler1212 this project is no longer maintained. > Is that true? If yes, maybe you can recommend other websub implementatons? Nothing special in mind.

Hi, thanks for the response. We would be happy to test it. I hope in the long term the goal is to have the same flexibility on the Edge as...