Define a Scheme /Data model to integrate multiple Data source for our Business case in Neo4Js
Dears
We have business use case where we are getting data from different data sources -Relation DB , NoSQL, File feed-(CSV ,JSON) and we need to aggregate all data and needs to present to a Graph Model and we need to apply some business rule to figure out the rating /Ranking for the entity.The data is related to Pharamcy . Can you please guide me how we can define a scheme in Neo4Js? Are we able to define a generic scheme so that it will take care of any new data set ?
Any help or direction would be highly appreciated .
neo4j nosql ontology
add a comment |
Dears
We have business use case where we are getting data from different data sources -Relation DB , NoSQL, File feed-(CSV ,JSON) and we need to aggregate all data and needs to present to a Graph Model and we need to apply some business rule to figure out the rating /Ranking for the entity.The data is related to Pharamcy . Can you please guide me how we can define a scheme in Neo4Js? Are we able to define a generic scheme so that it will take care of any new data set ?
Any help or direction would be highly appreciated .
neo4j nosql ontology
Traditionally, RDF graphs are considered more suitable than LPG graphs for heterogeneous data integration tasks...
– Stanislav Kralin
Nov 13 '18 at 7:43
Thanks Kralin. I did research based on your suggestion .I was trying to use AllegroGraph ,do you have any recommendation RDF Graph? I am completely new to RDF graphs .We need to rank pharmacy based on certain parameter as well
– DILEEP DAS KIZHAKKEPALAKATH
Nov 13 '18 at 20:12
add a comment |
Dears
We have business use case where we are getting data from different data sources -Relation DB , NoSQL, File feed-(CSV ,JSON) and we need to aggregate all data and needs to present to a Graph Model and we need to apply some business rule to figure out the rating /Ranking for the entity.The data is related to Pharamcy . Can you please guide me how we can define a scheme in Neo4Js? Are we able to define a generic scheme so that it will take care of any new data set ?
Any help or direction would be highly appreciated .
neo4j nosql ontology
Dears
We have business use case where we are getting data from different data sources -Relation DB , NoSQL, File feed-(CSV ,JSON) and we need to aggregate all data and needs to present to a Graph Model and we need to apply some business rule to figure out the rating /Ranking for the entity.The data is related to Pharamcy . Can you please guide me how we can define a scheme in Neo4Js? Are we able to define a generic scheme so that it will take care of any new data set ?
Any help or direction would be highly appreciated .
neo4j nosql ontology
neo4j nosql ontology
edited Nov 12 '18 at 23:31
Alex Knauth
4,5771822
4,5771822
asked Nov 12 '18 at 17:36
DILEEP DAS KIZHAKKEPALAKATHDILEEP DAS KIZHAKKEPALAKATH
1
1
Traditionally, RDF graphs are considered more suitable than LPG graphs for heterogeneous data integration tasks...
– Stanislav Kralin
Nov 13 '18 at 7:43
Thanks Kralin. I did research based on your suggestion .I was trying to use AllegroGraph ,do you have any recommendation RDF Graph? I am completely new to RDF graphs .We need to rank pharmacy based on certain parameter as well
– DILEEP DAS KIZHAKKEPALAKATH
Nov 13 '18 at 20:12
add a comment |
Traditionally, RDF graphs are considered more suitable than LPG graphs for heterogeneous data integration tasks...
– Stanislav Kralin
Nov 13 '18 at 7:43
Thanks Kralin. I did research based on your suggestion .I was trying to use AllegroGraph ,do you have any recommendation RDF Graph? I am completely new to RDF graphs .We need to rank pharmacy based on certain parameter as well
– DILEEP DAS KIZHAKKEPALAKATH
Nov 13 '18 at 20:12
Traditionally, RDF graphs are considered more suitable than LPG graphs for heterogeneous data integration tasks...
– Stanislav Kralin
Nov 13 '18 at 7:43
Traditionally, RDF graphs are considered more suitable than LPG graphs for heterogeneous data integration tasks...
– Stanislav Kralin
Nov 13 '18 at 7:43
Thanks Kralin. I did research based on your suggestion .I was trying to use AllegroGraph ,do you have any recommendation RDF Graph? I am completely new to RDF graphs .We need to rank pharmacy based on certain parameter as well
– DILEEP DAS KIZHAKKEPALAKATH
Nov 13 '18 at 20:12
Thanks Kralin. I did research based on your suggestion .I was trying to use AllegroGraph ,do you have any recommendation RDF Graph? I am completely new to RDF graphs .We need to rank pharmacy based on certain parameter as well
– DILEEP DAS KIZHAKKEPALAKATH
Nov 13 '18 at 20:12
add a comment |
1 Answer
1
active
oldest
votes
Its all depends on the Use case .
If the data from different data sources are logically related then the better approach will be :
- Use RDF Graph storage - Blazegraph / Neptune / StartDog
- Generic Schema can be defined using RDFS
- The different Data sources can be logically linked using Ontology Concepts (OWL)
- In this case we can easily incorporate new data sets as it is related
- Can use inferences for analytics use cases
if the data sets has no logical relation then :
- Still RDF graphs will be better approach as it is flexible and will have wide options
Thank you Don, can you give reference for ontology based data integration?
– DILEEP DAS KIZHAKKEPALAKATH
Nov 20 '18 at 1:45
Are you expecting some project reference or Ontology document reference
– Don Mathew
Nov 20 '18 at 2:08
Don, I was trying to see how we can do Ontology mapping against data sources and integrate to target graph (the process or steps involved) project reference would be great.
– DILEEP DAS KIZHAKKEPALAKATH
Nov 21 '18 at 3:11
Below are the two links will help you for the integration: linkeddatatools.com/introducing-rdfs-owl obitko.com/tutorials/ontologies-semantic-web/…
– Don Mathew
Nov 29 '18 at 12:22
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53267333%2fdefine-a-scheme-data-model-to-integrate-multiple-data-source-for-our-business-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Its all depends on the Use case .
If the data from different data sources are logically related then the better approach will be :
- Use RDF Graph storage - Blazegraph / Neptune / StartDog
- Generic Schema can be defined using RDFS
- The different Data sources can be logically linked using Ontology Concepts (OWL)
- In this case we can easily incorporate new data sets as it is related
- Can use inferences for analytics use cases
if the data sets has no logical relation then :
- Still RDF graphs will be better approach as it is flexible and will have wide options
Thank you Don, can you give reference for ontology based data integration?
– DILEEP DAS KIZHAKKEPALAKATH
Nov 20 '18 at 1:45
Are you expecting some project reference or Ontology document reference
– Don Mathew
Nov 20 '18 at 2:08
Don, I was trying to see how we can do Ontology mapping against data sources and integrate to target graph (the process or steps involved) project reference would be great.
– DILEEP DAS KIZHAKKEPALAKATH
Nov 21 '18 at 3:11
Below are the two links will help you for the integration: linkeddatatools.com/introducing-rdfs-owl obitko.com/tutorials/ontologies-semantic-web/…
– Don Mathew
Nov 29 '18 at 12:22
add a comment |
Its all depends on the Use case .
If the data from different data sources are logically related then the better approach will be :
- Use RDF Graph storage - Blazegraph / Neptune / StartDog
- Generic Schema can be defined using RDFS
- The different Data sources can be logically linked using Ontology Concepts (OWL)
- In this case we can easily incorporate new data sets as it is related
- Can use inferences for analytics use cases
if the data sets has no logical relation then :
- Still RDF graphs will be better approach as it is flexible and will have wide options
Thank you Don, can you give reference for ontology based data integration?
– DILEEP DAS KIZHAKKEPALAKATH
Nov 20 '18 at 1:45
Are you expecting some project reference or Ontology document reference
– Don Mathew
Nov 20 '18 at 2:08
Don, I was trying to see how we can do Ontology mapping against data sources and integrate to target graph (the process or steps involved) project reference would be great.
– DILEEP DAS KIZHAKKEPALAKATH
Nov 21 '18 at 3:11
Below are the two links will help you for the integration: linkeddatatools.com/introducing-rdfs-owl obitko.com/tutorials/ontologies-semantic-web/…
– Don Mathew
Nov 29 '18 at 12:22
add a comment |
Its all depends on the Use case .
If the data from different data sources are logically related then the better approach will be :
- Use RDF Graph storage - Blazegraph / Neptune / StartDog
- Generic Schema can be defined using RDFS
- The different Data sources can be logically linked using Ontology Concepts (OWL)
- In this case we can easily incorporate new data sets as it is related
- Can use inferences for analytics use cases
if the data sets has no logical relation then :
- Still RDF graphs will be better approach as it is flexible and will have wide options
Its all depends on the Use case .
If the data from different data sources are logically related then the better approach will be :
- Use RDF Graph storage - Blazegraph / Neptune / StartDog
- Generic Schema can be defined using RDFS
- The different Data sources can be logically linked using Ontology Concepts (OWL)
- In this case we can easily incorporate new data sets as it is related
- Can use inferences for analytics use cases
if the data sets has no logical relation then :
- Still RDF graphs will be better approach as it is flexible and will have wide options
answered Nov 16 '18 at 12:49
Don MathewDon Mathew
7637
7637
Thank you Don, can you give reference for ontology based data integration?
– DILEEP DAS KIZHAKKEPALAKATH
Nov 20 '18 at 1:45
Are you expecting some project reference or Ontology document reference
– Don Mathew
Nov 20 '18 at 2:08
Don, I was trying to see how we can do Ontology mapping against data sources and integrate to target graph (the process or steps involved) project reference would be great.
– DILEEP DAS KIZHAKKEPALAKATH
Nov 21 '18 at 3:11
Below are the two links will help you for the integration: linkeddatatools.com/introducing-rdfs-owl obitko.com/tutorials/ontologies-semantic-web/…
– Don Mathew
Nov 29 '18 at 12:22
add a comment |
Thank you Don, can you give reference for ontology based data integration?
– DILEEP DAS KIZHAKKEPALAKATH
Nov 20 '18 at 1:45
Are you expecting some project reference or Ontology document reference
– Don Mathew
Nov 20 '18 at 2:08
Don, I was trying to see how we can do Ontology mapping against data sources and integrate to target graph (the process or steps involved) project reference would be great.
– DILEEP DAS KIZHAKKEPALAKATH
Nov 21 '18 at 3:11
Below are the two links will help you for the integration: linkeddatatools.com/introducing-rdfs-owl obitko.com/tutorials/ontologies-semantic-web/…
– Don Mathew
Nov 29 '18 at 12:22
Thank you Don, can you give reference for ontology based data integration?
– DILEEP DAS KIZHAKKEPALAKATH
Nov 20 '18 at 1:45
Thank you Don, can you give reference for ontology based data integration?
– DILEEP DAS KIZHAKKEPALAKATH
Nov 20 '18 at 1:45
Are you expecting some project reference or Ontology document reference
– Don Mathew
Nov 20 '18 at 2:08
Are you expecting some project reference or Ontology document reference
– Don Mathew
Nov 20 '18 at 2:08
Don, I was trying to see how we can do Ontology mapping against data sources and integrate to target graph (the process or steps involved) project reference would be great.
– DILEEP DAS KIZHAKKEPALAKATH
Nov 21 '18 at 3:11
Don, I was trying to see how we can do Ontology mapping against data sources and integrate to target graph (the process or steps involved) project reference would be great.
– DILEEP DAS KIZHAKKEPALAKATH
Nov 21 '18 at 3:11
Below are the two links will help you for the integration: linkeddatatools.com/introducing-rdfs-owl obitko.com/tutorials/ontologies-semantic-web/…
– Don Mathew
Nov 29 '18 at 12:22
Below are the two links will help you for the integration: linkeddatatools.com/introducing-rdfs-owl obitko.com/tutorials/ontologies-semantic-web/…
– Don Mathew
Nov 29 '18 at 12:22
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53267333%2fdefine-a-scheme-data-model-to-integrate-multiple-data-source-for-our-business-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Traditionally, RDF graphs are considered more suitable than LPG graphs for heterogeneous data integration tasks...
– Stanislav Kralin
Nov 13 '18 at 7:43
Thanks Kralin. I did research based on your suggestion .I was trying to use AllegroGraph ,do you have any recommendation RDF Graph? I am completely new to RDF graphs .We need to rank pharmacy based on certain parameter as well
– DILEEP DAS KIZHAKKEPALAKATH
Nov 13 '18 at 20:12