Neo4j 4.x gremlin support - neo4j

I have an application which loads some external data based on gremlin.
I want to use it to load the data into a Neo4j database.
I saw that there was partial support for gremlin in previous versions but couldn't find any solution for latest version.
I'll be happy to hear if it is still possible and how can it be done.

At this point, TinkerPop expects to support 3.4.11 in its future 3.5.0 release (here) which is yet several months away. For TinkerPop to support 4.0 it would need a fresh release of the neo4j-tinkerpop-api-impl to be released with that version. It seems an issue has been created for that here.

Related

Grails upgrade from 1.2.2 to version that supports multiple datasources

I have several applications created with grails 1.2.2. I need to modify one of these applications to work with multiple datasources. It seems that my best option is to upgrade to a new version of grails. I'm worried that trying to go straight to grails 3 will cause major issues, but am not sure which versions to step through if I'm going to upgrade gradually. Any advice? I apologize for this being so open ended.
The first info about support for multiple databases in official docs exists in version 2.0.0:
http://docs.grails.org/2.0.0/guide/conf.html#multipleDatasources
Check out this guide for upgrade:
http://docs.grails.org/2.0.0/guide/gettingStarted.html#upgradingFromPreviousVersionsOfGrails

Upgrading umbraco 4.11 to 7

I have an umbraco WebForms projects built on 4.11.10 that we need to upgrade to 7.3.8.
We have tools such as RedGate Data Compare and RedGate Structure Compare, but without firsthand knowledge of the new structure and how that has affected the way that data is stored we're finding it impossible to upgrade the database.
Does anyone know of a SQL script or tool that will upgrade just the database to the new format?
Thanks in advance for your time.
dotdev
Recent changes in 7.3 greatly improved the experience (and success) of upgrading from older versions.
Incredible engineering by the Umbraco core team, the new installer
just upgraded a 4,5 year old v4.7.1 db to v7.3 flawlessly #h5yr
https://twitter.com/umbraco/status/643721449295974401
This blog post contains some more details on performing an upgrade from 4.7.1 to 7.3.

Can I use Spring Data Neo4j 4.0.0 on an embedded neo4j database?

I understand that was possible in previous versions, and I also understand that version 4.0.0 is a total redesign towards a server-first approach, but nowhere in the documentation it is said whether embedded mode is supported.
4.0.0.RELEASE is server only. Embedded support will be available in a future release.

Where to download old versions of Advantage Database (Architect. Server...)

I'm wondering if there's a site where I can download older versions of the Advantage Database Server and the Advantage Database Architect.
On this site only the newest version is avaialable.
Unfortunately, the new versions are often unstable or bring in new bugs, and so you are forced to downgrade to an older version.
Latest example: I just upgraded from Data Architect 10.10.0.6 to 10.10.0.17 and it wasn't possible anymore to create or modify triggers.
Here:
http://devzone.advantagedatabase.com/dz/content.aspx?Key=20
Version Matrix: http://devzone.advantagedatabase.com/dz/content.aspx?key=31

Grails version differences

I am finishing reading a book that I only now realized was written for Grails 1.1.1! We are on version 1.3.7 which seems light years away in Programming language terms.
Could anyone give a distilled comparison between Grails versions? What new features should I be aware that were added after 1.1.1?
Each version ships with a set of Release Notes that outline the major changes. All of the major releases can be found on the Grails archive download page.
Reading through the latest documentation will probably help, too.

Resources