Questions tagged [anzograph]

For questions related to AnzoGraph, an in-memory distributed OLAP-style graph database. It supports both RDF and LPG data models, as well as SPARQL and Cypher as query languages. Please add the 'sparql' or 'cypher' tags when appropriate.

AnzoGraph DB offers the fastest graph database, meant for performing deep analysis, both graph and BI-style. The graph data model means that you can load multiple data sources, any time and perform analytics across data sets. By building knowledge graphs with AnzoGraph DB, you benefit from greater flexibility, easier integration and the availability of new forms of analytics. 

AnzoGraph DB is available in a free edition, for use in commercial and non-commercial projects. Users who download will automatically get a free license that they can use forever for up to 8 GBs of usable memory. When registered, the product will support 16 GBs or about 100 million triples. (A licensed version will scale to billions of triples.) Free edition support will be offered here on Stack Overflow.

Useful Links :

Home Page

Documentation

Videos -

Getting Started with Anzograph DB

Anzograph DB - SPARQL 101


Related tags :

23 questions
0
votes
0 answers

Getting a union graph using rdflib and anzograph

I have a number of graphs in an anzograph. Using rdflib, I want to access them as a union graph. Without the store and parsing the graphs into memory, it works fine as a ConjunctiveGraph. However, when attaching to Anzo as a store, I cannot get the…
user2302244
  • 843
  • 2
  • 11
  • 27
0
votes
1 answer

Using rdflib with anzograph

I am using the community edition of anzograph. I have no problem using the sparql http protocol, however when I try to use the graph store protocol via rdflib I get a result I don't understand. I am running the docker image from the anzo website…
user2302244
  • 843
  • 2
  • 11
  • 27
0
votes
0 answers

How to publish a pipeline job in ANZO?

First, I create a MSSQL data source in ANZO, then import schemas into this. Second, I ingest data source into ANZO, and auto generate models, mappings, pipeline. But, when I click pipeline and want to publish jobs, I found it can not be published. I…
0
votes
0 answers

Questions Re: AnzoGraph Tutorial SPARQL Queries

I'm going through the AnzoGraph tutorial. I have 2 questions: 1) They often use desc, e.g. desc(?sum) in the Order By or other parts of the query. I'm not familiar with this and didn't find much help in the SPARQL documentation. What does desc do…
0
votes
1 answer

How can I get more results from anzograph

I am using anzograph with SPARQL trough http using RDFlib. I do not specify any limits in my query, and still I only receive 1000 solutions. The same seems to happen on the web interface. If I fire the same query on other triple stores with the same…
miselico
  • 355
  • 3
  • 9
0
votes
1 answer

AnzographDB Documentation update needed

Is there an error in the example given for inference of friends on the following docs page? https://docs.cambridgesemantics.com/anzograph/v2.2/userdoc/inferences.htm?Highlight=inference#inference-example I had to place an @ before the prefix in…
0
votes
1 answer

Can't load bad data with Anzograph

I'm trying to load a filtered Wikidata dump with Anzograph using LOAD WITH 'global' INTO GRAPH . The file exists; Anzograph gives out this error: Error - At Turtle production…
AtilioA
  • 419
  • 2
  • 6
  • 19
0
votes
1 answer

Anzograph - how to configure using different port for 5600

I am trying to deploy Anzograph 2.0 (Linux tarball) and getting this error.   Could you please help out on debugging this?   > ./azg/bin/azg Please read license at http://info.cambridgesemantics.com/anzograph/license Confirm 'y' or 'n' that you…
Wayne W
  • 87
  • 4
1
2