Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] logical databases
  • From: "Bart Hanssens (BOSA)" <bart.hanssens@xxxxxxxxxxxx>
  • Date: Wed, 1 Mar 2023 21:26:04 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bosa.fgov.be; dmarc=pass action=none header.from=bosa.fgov.be; dkim=pass header.d=bosa.fgov.be; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=9mfIINlYZ5unzVGBLiDoLrbaGztbAxGcngCcNKusCr4=; b=Hyqo/GBZfmyjRSzzFk7HGV/OC5ZhygyRJFQ4674IBsLjRCq3ue2j5QMkGoqPhh1bGuL1huIPb0Cny+Gep4TFJOa5tY12Nh7/eYxeXAC70R6kKlIkMNoRVgFSCwvJn/e8TnfXnPXDnpH94W3Yox3gP5ao4J4CVifSDcW17ay2b08wSRrn1jg4J7r6DJVU75hhPD0BJLpxqF892fKZzmpzeKXI2OF/lbAQUOlqmsMI43ABNwm7RJInBmY1mbB+t7aldRKdLj3G/+9EDTgo0/mpyteqGaTkLvHwMb/+lvp9JlACMbBmYBB/rg2Adxj3F26DTNedmOEe8rYlsjH3f5g8bA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JMX5ujk/vvw3ddnqW63fdDFAjiv/r7tQf06GU3+1tFYWILR6OlLQg+cGCy6FtMEd4uPok8ONNUExLR0wP5TM5LS5qAnYTywLOv6d5mpANA+7vB89PjyoP7/Q3OLjLmCdI8yNvV+d5z6JFPLbENR1vR1rRrtkWyyudEqEKUxso4WQgK95BMP5nQr41qOHz4vhr15w2fPOe9kLeBNHz6H8gwF6KqWlbHxgqeydJZawonGOZ94HxrxfOmtGLxjqDlfLI08PTV/ohRxNuBZGZEFqC69Xgt9Cl0qa5QXRkk0Ls6kugdyauJMkn3oUam78WksiU8190FkMVKAokkQwXrBbFw==
  • Delivered-to: rdf4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rdf4j-dev/>
  • List-help: <mailto:rdf4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZTD8r5nbNhpX0JkKiBBuzUL0Re67mbz8A
  • Thread-topic: [rdf4j-dev] logical databases

Hi,

 

probably there are some multi-tenant options in closed source products that can be used with/via RDF4J.

E.g Stardog or Oracle Spatial.

 

But I haven’t tested them, so can’t really say if this is what you are looking for…

 

Best regards

 

Bart

 

From: rdf4j-dev <rdf4j-dev-bounces@xxxxxxxxxxx> On Behalf Of Matthew Nguyen via rdf4j-dev
Sent: woensdag 1 maart 2023 14:10
To: rdf4j-dev@xxxxxxxxxxx
Cc: Matthew Nguyen <nguyenm9@xxxxxxx>
Subject: [rdf4j-dev] logical databases

 

Hey folks, curious if there was ever past discussions on developing the idea of a "database" in rdf4j for multi-tenancy.  So intead of /repositories/some-table/... it would be more like /mattdb/some-table/...

At first blush, a simple implementation could be just to have something like NGINX route/translate calls from /mattdb/somedb -> /repositories/some-table on another instance/port of rdf4j-server on the same machine but wanted to see if there were other thoughts that had already been discussed through the years.

Also, any reason why rdf4j packages with tomcat over jetty given the latter is also in the eclipse family.

thx, matt


Back to the top