Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note

If you are looking for TigerGraph information, please go to www.tigergraph.com.  TigerGraph documentation is at doc.tigergraph.com.

Version 0.8.1
Last update:   

Welcome to the GraphSQL® Platform - the first real-time, graph-based data analytics platform. The Release package includes software, sample data sets and command scripts, tutorials and detailed documentation. Our documentation, including setup instructions, are at doc-graphsql.atlassian.net. We recommend that you read the documentation in the following order, with variations according to your needs:

  1. First time user? Take a quick look at this document to see what we have, then go to Step 2.
    Returning user? Check out the /wiki/spaces/RUDF/pages/46620468

  2. Check /wiki/spaces/RUDF/pages/46621117

  3. /wiki/spaces/RUDF/pages/46621110

  4. Start the /wiki/spaces/RUDF/pages/46620998

  5. Learn More!

    After this point, it's up to you where you want to focus. The home page at doc-graphsql.atlassian.net is a directory to all our available documentation.

    • /wiki/spaces/RUDF/pages/46621059 contains concise answers to common practical questions. It will be updated relatively frequently, independent of software updates.

For Developers and Data Analysts

Your primary interface is the GSQL™ language and shell.  We are also introducing a web-based GraphSQL Platform UI.

Visual UI

The /wiki/spaces/RUDF/pages/46621201 walks you through our convenient browser-based interface for many GraphSQL Features. It currently has 3 main components:

...

For System Administrators

To administer and monitor your GraphSQL system, see the /wiki/spaces/RUDF/pages/46621096which has sections on the following:

  • Hardware and Software Requirements
  • GraphSQL Platform Installation Guide
  • Configuring a GraphSQL Server
  • Backup and Restore

...

  • NEW: RESTPP API User Guide: The GraphSQL System uses a REST architecture to manage internal service requests. You can use one of our REST APIs to submit your own basic service requests, for reading, updating, and deleting data entries. This is useful for writing scripts which run directly from an operating system shell.

Block Diagram

Image Removed

Glossary

First and foremost:

GSQL® is:

The user program which interprets and executes graph processing operations, including (a) schema definition, (b) data loading, and (c) data updates, and (d) data queries. The program is the user's primary interface to the GraphSQL Platform.

...

Name

...

Refers to

...

The GraphSQL platform and its languages. Based on context, the term may also include additional optional GraphSQL components which have been installed.

...

The user program which interprets and executes graph processing operations, including (a) schema definition, (b) data loading, and (c) data updates, and (d) data queries. The program is the user's primary interface to the GraphSQL Platform.

...

A server component which accepts RESTful requests from clients, validates the requests, invokes the GPE, and sends responses back to the client. Additionally, REST++ provides a zero-coding interface for users to define RESTful endpoints. REST++ offers easy-to-use APIs for customizing the logic of handling requests and processing responses.

...

.

...

 

...