Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Is this repository/project active/dead? #87

Open
matanshukry opened this issue May 15, 2019 · 9 comments
Open

Is this repository/project active/dead? #87

matanshukry opened this issue May 15, 2019 · 9 comments

Comments

@matanshukry
Copy link

As far as I can tell the last commit in this repo has been around 3 years ago.

Version 3 of orientdb is already out; can I assume this repository will not work with it? what about spring version?

There seems to even be a PR to update the repo to 2.2.x, which no one touched for 2 years now!

If not - what is the recommended approach to using Orientdb in java with spring? Is there an example project?

@adepase
Copy link

adepase commented Jul 3, 2019

You can change the dropdown on the top left named branch and choose 3.0.x to see latest 3.0.x commits.
Nevertheless, I cannot find a Maven repository to download 3.0.x modules (I need autoconfigure, above all) from.

@matanshukry
Copy link
Author

It seems the 3.0.x modules are available, just versioned differently (0.13/0.14 latest)
https://mvnrepository.com/artifact/com.orientechnologies/spring-data-orientdb-graph

That too seems to be outdated though, being released 2 years ago.

Personally I created my own spring-orientdb-data module and using it; Couldn't find any other solution.

@adepase
Copy link

adepase commented Jul 3, 2019

No, 0.14 was already a version for 2.x, I'm using it since a couple of years, at least.
The newest versions, according with the recent commits in github are currently versioned as 0.14-3.0.15-SNAPSHOT .
They are not yet aligned everywhere, because in the submodules that is the version, but in the parent one the version is 0.14-3.0.18-SNAPSHOT.
I agree, versions on Maven repositories don't seem to be updated to 3.0.X, it's a pity.

@gunaskr
Copy link

gunaskr commented Jan 5, 2020

We are trying to use branch 3.0.x. The version is an issue, as modules have 0.14-3.0.15-SNAPSHOT , whereas the parent pom has 0.14-3.0.18-SNAPSHOT.
It is also not compatible with spring-data-commons 2.1.5.RELEASE, which we are using.
I fixed these two issues and its working fine, at least the basic stuff like named queries and such.
I would be happy to raise a PR if you guys are interested.
And if possible please let us know what other issues we should expect when using 3.0.x branch in production.

@financelurker
Copy link

Well, seems pretty dead to me.

@lvca
Copy link
Member

lvca commented Oct 27, 2022

Hi guys, the entire OrientDB project is pretty much dead (look at the contributions and the people involved in them). I suggest you switch to ArcadeDB (https://github.com/ArcadeData/arcadedb), born initially as a fork of OrientDB, but then evolved into something much more powerful. There are some ex-orientdb people involved with it, it's still Apache2, the same SQL, and most of the OrientDB features are right there.

Forgot to mention, this is Luca, the original OrientDB founder, now working with ArcadeDB.

If not ArcadeDB, I'd suggest using something else with good support in terms of community.

@financelurker
Copy link

Thx for the information!

Is ArcadeDB a fork of the former OrientDB community edition or enterprise edition?
I'd be interested in graph DB functionality with replication/sharding/scaling and also access-control functionality...

@lvca
Copy link
Member

lvca commented Oct 27, 2022

ArcadeDB supports replication/scaling (https://docs.arcadedb.com/#High-Availability) but not sharding. Funny thing, sharding with OrientDB was never 100% completed :-) Access Control is there (https://docs.arcadedb.com/#Security)

@adepase
Copy link

adepase commented Oct 27, 2022 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants