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

Utilizing the Neo4j transactional HTTP endpoint #22

Merged
merged 2 commits into from Aug 10, 2016
Merged

Utilizing the Neo4j transactional HTTP endpoint #22

merged 2 commits into from Aug 10, 2016

Conversation

ghost
Copy link

@ghost ghost commented Aug 10, 2016

Ran into some issues with the 'db/data/batch' API call and stumbled across the transactional HTTP endpoint (http://neo4j.com/docs/developer-manual/3.0/http-api/#http-api-transactional).

Code works, but probably needs some reviewing.

@rvazarkar
Copy link
Contributor

So we were actually previously using the transactional API, but we found the batch API to be significantly faster and easier to use. We'll have to play around with this for a bit first.

@HarmJ0y HarmJ0y merged commit f931910 into SpecterOps:master Aug 10, 2016
@HarmJ0y
Copy link
Contributor

HarmJ0y commented Aug 10, 2016

Thanks for the pull. After talking with @rvazarkar/@andyrobbins and testing, we'll go ahead and land this as the batch API is being depreciated.

porterhau5 pushed a commit to porterhau5/BloodHound that referenced this pull request Oct 22, 2017
Utilizing the Neo4j transactional HTTP endpoint
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

Successfully merging this pull request may close these issues.

2 participants