Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[falcor] migrate random gene to neo4j #26

Open
joshdmiller opened this issue Sep 17, 2016 · 0 comments
Open

[falcor] migrate random gene to neo4j #26

joshdmiller opened this issue Sep 17, 2016 · 0 comments

Comments

@joshdmiller
Copy link

joshdmiller commented Sep 17, 2016

Overview

Migrate the random gene route to grab the node from neo4j.

A query such as the following may work well:

MATCH (g:Gene)
WITH g, rand() AS random
RETURN g
ORDER BY random
LIMIT 1
@joshdmiller joshdmiller changed the title [wip] migrate random gene to neo4j migrate random gene to neo4j Oct 10, 2016
@joshdmiller joshdmiller changed the title migrate random gene to neo4j [falcor] migrate random gene to neo4j Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant