Congratulations to Luca and the other Orient contributors! This is
definitely huge milestone on the road to 1.0.
On Feb 2, 4:02 pm, Luca Garulli <
l.garu...@gmail.com> wrote:
> Hi all,
> so many news in just one day!
>
> First, starting from today OrientDB can be used as service in the Cloud.
> Look
atwww.NuvolaBase.com!
>
> Second thing, this week-end don't miss to have a trip to Brussels to follow
> the Luca Molino's talk "Works with persistent graphs using
> OrientDB<
http://fosdem.org/2012/schedule/event/graphdb_orientdb>"
> in the Graph Processing
> DevRoom<
http://fosdem.org/2012/schedule/track/graph_processing_devroom>.
> I'll be there most of the time: what best chance to meet so many OrientDB
> users in one single place?
>
> Ok, now the 3rd more technical one: *OrientDB 1.0rc8* has been just
> released. This new release brings many news, superior performance and
> better stability. The perfect receipt for the next final 1.0. Below some
> coordinates to download even if most of you will use the MAVEN repository.
>
> OrientDB Embedded and Server:
http://code.google.com/p/orient/downloads/detail?name=orientdb-1.0rc8...
> OrientDB Graph(ed):
http://code.google.com/p/orient/downloads/detail?name=
> orientdb-graphed-1.0rc8.zip
>
> Thanks to all the contributors every weeks more!
>
> *Changes*
>
> - New TRAVERSE
> <
http://code.google.com/p/orient/wiki/SQLTraverse>command to traverse
> records by relationships
> - New fetch-plan<
https://groups.google.com/d/topic/orient-database/nUTS0HCq5NM/discussion>to
> support more complex use cases
> - Asynchronous
> API<
https://groups.google.com/d/topic/orient-database/mSa2nQBs-KA/discussion>to
> speedup insert, update and delete via remote network
> - New DECIMAL<
https://groups.google.com/d/topic/orient-database/vTVppBnKLso/discussion>type
> to handle currency without pains of float and double types
> - Strict schema
> mode<
https://groups.google.com/d/topic/orient-database/zK1uTATTKcs/discussion>to
> work like a Relational DBMS
> - Resolved the "big-node" problem when a record has many links to
> other records by using a MVRB-Tree to handle relationships
> - SQL: new NOT and INSTANCEOF operators
> - Index works also against MAP
> types<
https://groups.google.com/d/topic/orient-database/OlIJygtDcHw/discussion>
> - Supported JPA
> @Embedded<
https://groups.google.com/d/topic/orient-database/9lIa4IfPjZE/discussion>annotation
> - Many bug fixed about 30
>
> Full list:
http://code.google.com/p/orient/issues/list?can=1&q=label%3Av1.0rc8
>
> *New TRAVERSE command*
> Thanks to the new TRAVERSE<
http://code.google.com/p/orient/wiki/SQLTraverse>
> command, combined with SELECT you can execute complex searches against
> graphs just using the OrientDB SQL.
> TRAVERSE<
http://code.google.com/p/orient/wiki/SQLTraverse> supportes
> all OrientDB domains, not only using the Graph API.
>
> This is an example to extract all the movies of actors that have worked, at
> least once, in any movie produced by J.J. Abrams:
>
> select from (
>
> traverse Movie.actors, Actor.movies from (
>
> select from Movie where producer = "J.J. Abrams"
>
> ) where $depth <= 3
> ) where @class = 'Movie'
>
> *Contribute to the OrientDB project (sorry but I can't stop to remember
> this)*
>
> Please help OrientDB to be more famous by writing a *short review* in your
> Blog, Magazines and Mailing Lists. The magic formula is: *More users = More
> test = More stable = More support* (drivers, plugins, etc).
>
> *Issues*
>
> To report an issue please follow the suggestions posted some days
> ago<
https://groups.google.com/d/topic/orient-database/uDqnWjQ0uJE/discussion>,
> in
> particular attach the following information:
>
> - *OrientDB version*. Please don't forget this! If it's a SNAPSHOT
> please tell if it's from SVN (revision number) or from MAVEN
> - Operative System
> - 32-bit or 64-bit
> - JVM version
> - RAM
> - Dump of configuration and profiler
> *Professional Services*
>
> Every month OrientDB gains the trust of new users that want to benefit of
> the professional services to speed-up the development of their applications:
>
> - Support for servers in production:
>
http://www.orientechnologies.com/professional.htm#support
> - On-site consulting, to help companies to build software using OrientDB
> :
http://www.orientechnologies.com/professional.htm#consulting
> - Training, with 6 courses:
http://www.orientechnologies.com/training.htm