Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [technology-pmc] Request for guidance on Rocksdb CQ creation

Right, thanks Jody.
Yes, that'd be my preference since they're on the same codebase, released together.


El 24 oct. 2016 9:08 PM, "Jody Garnett" <jody.garnett@xxxxxxxxx> escribió:
Question - are they all part of the same codebase? Or are they in different repositories ...

If they are all in the same repository, you may be able to take a tag of the source code for 4.11.2 and submit the source code directories for review. as a "CQ to use rocksdb 4.11.2".

We use this technique for the geotools jars which has many modules - which are released together.

--
Jody Garnett

On 20 October 2016 at 08:18, Jim Hughes <jnh5y@xxxxxxxx> wrote:
Hi Gabriel,

I think you'll need to create CQs which cover both the C++ and Java bindings.

Cheers,

Jim


On 10/20/2016 9:59 AM, Gabriel Roldan wrote:
Hello all,

for GeoGig, we need to replace the (up till now) default storage database (BerkeleyDB JE) because of license incompatibilities.

Of all the options available to be used as an embedded key/value store, we've chosen Rocksdb[1] for its maturity, performance characteristics, and fitness to our usage patterns.

The module to replace BDBJE by Rocksdb is ready, and now that we're certain we're going this route (certainly found no other alternative that's good enough), we need to create the CQ.

Now, Rocksdb is a (BSD licensed [2]) C++ library with JNI Java bindings. The jar file distributed contains the native libraries for x86-64, linux, and MacOS X.

My question is if to create the CQ I need to supply the source code zip file including both the C++ code and the Java code, or just the Java code.

 TIA,
Gabriel


--

Gabriel Roldán
Software Developer | Boundless
groldan@xxxxxxxxxxxxxxxx
@boundlessgeo




_______________________________________________
technology-pmc mailing list
technology-pmc@xxxxxxxxxxxxxxxg
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://locationtech.org/mailman/listinfo/technology-pmc



_______________________________________________
technology-pmc mailing list
technology-pmc@xxxxxxxxxxxxxxxg
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://locationtech.org/mailman/listinfo/technology-pmc


_______________________________________________
technology-pmc mailing list
technology-pmc@locationtech.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://locationtech.org/mailman/listinfo/technology-pmc

Back to the top