Giter VIP home page Giter VIP logo

Comments (4)

g3rd avatar g3rd commented on August 21, 2024 2

Hi @ProjectCheshire

I use the APOC functions. I follow along with: #8

For example, I use apoc.text.join, apoc.date.convert, and apoc.date.currentTimestamp a good bit. (Although, those two date functions will soon be replaced with the native Neo4j datetime support)

Before my Pypher query I do:

create_function('apoc_text_join', {'name': 'apoc.text.join'}, func_raw=True)
create_function('apoc_date_convert', {'name': 'apoc.date.convert'})
create_function('apoc_date_current_timestamp', {'name': 'apoc.date.currentTimestamp'})

Then in my query to use I would do:

p.Match.node('u', 'User')
p.Return.apoc_text_join(__.List(__.u.__first_name__, __.u.__last_name__), "' '").alias('name')

from pypher.

g3rd avatar g3rd commented on August 21, 2024 1

I was thinking about adding a separate doc that has examples of different type of queries. So it can show how to write different types. Just haven't gotten around to it.

from pypher.

emehrkay avatar emehrkay commented on August 21, 2024

I'm not sure if I understand what you're asking. From what I understand the standard plugins are Java, do you want to mix Python into your Java or a Pypher-like query builder for Java?

from pypher.

emehrkay avatar emehrkay commented on August 21, 2024

Ohh that makes so much sense. Thanks @g3rd.

Let me ask you both: is there something that could be included in the readme to make this clearer?

from pypher.

Related Issues (20)

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.