Tomas Bosak

Results 27 comments of Tomas Bosak

Is the procedure for creating new template compiler still the same (assuming v2)?

Hi guys, I understand that Louis is doing a TinkerPop stack port, but I would like to add my input regarding the .NET based graph store which Michael was talking...

I think the biggest challenge is to implement the storage engine which involves CAP theorem related problems. In Java world the situation is much simpler since there are lot of...

@cosh Hi Henning, is speed and memory consumption the only reason why you rebuilt the fallen-8 in C++ or are there also other factors? What are your thoughts on creating...

I will have to partialy rewrite it since it was pushed to branch which had old code base and refactored branch already differed substiantially at that time.

I worked on a prototype some time ago which used fluent API to generate AQL queries. I think the main problem is that flexibility of AQL allows you to construct...

Hi, currently this functionality is not supported since, as you wrote, there would need to be a field which would identify a record type based on which some logic can...

Hi, in the future, when [velocypack](https://github.com/arangodb/velocypack) serialization is implemented in ArangoDB then fastJSON won't be needed therefore I think the transition to .NET Core might be easier. Another option is...

Hi, thanks for the effort of porting the Java version. I recently started working on [my own implementation](https://github.com/yojimbo87/velocypack.net) of the velocypack format, so it might be interesting to see for...

Hi, sorry but no plans for this yet.