• HOME
  • ACADEMY
  • DOCS
CONTACT US DOWNLOAD DATASTAX
DataStax Logo
  • GLOSSARY
  • SUPPORT
  • DEVELOPER BLOGS
This document is no longer maintained.
DataStax Enterprise 5.0 (EOSL)
  • About DSE 5.0
  • New features
  • Release notes
    • Cassandra changes
    • Spark Cassandra Connector SCC-CHANGES.txt for DSE 5.0.x
    • TinkerPop CHANGES
  • DSE Graph
    • About DSE Graph
    • DSE Graph Terminology
    • Quick Start with Studio
    • DSE Graph architecture overview
    • DSE Graph, OLTP and OLAP
    • Graph anti-patterns
    • DSE Graph data modeling
      • Data modeling introduction
      • Data modeling example
      • Further data modeling concepts
    • Using DSE Graph
      • Getting started with graph databases
      • Creating a graph in Studio
      • Creating graph schema using Studio
      • Advanced schema
      • Creating a custom vertex id
      • Modifying schema using Studio
      • Dropping data, schema, and graphs
      • Adding property data
      • Indexing graph data
      • Using the Gremlin console
      • Using GraphSON
      • Using GraphML
      • Using Gryo
      • Discovering properties about graphs and traversals
      • Creating queries using traversals
    • Using the DSE Graph Loader
      • DSE Graph Loader overview
      • Installing DSE Graph Loader
      • Configuring DSE Graph Loader
      • Loading data
      • Mapping script
      • Using transforms (filter, flatMap, and map) with DSE Graph Loader
      • DSE Graph Loader reference
      • Tuning graphloader JVM options
      • graphloader API
    • DSE Graph Analysis with DSE Analytics
      • DSE Graph and Graph Analytics
      • Using the Northwind demo graph with Spark OLAP jobs
    • DSE Graph Configuration
      • Configuring DSE Graph options in the dse.yaml file
      • Configuring the Gremlin console for Gremlin Server in the remote.yaml file
      • Configuring the Gremlin Server in the dse.yaml file
      • Configuring the Graph sandbox
      • Specifying the schema mode
      • Specifying Cassandra and graph settings
      • Configuring DSE Graph Security
    • Compare DSE Graph and relational databases
      • Similarities and differences
      • When to use DSE Graph compared to a relational database
      • Migrating to DSE Graph from a relational database
    • Compare DSE Graph and Cassandra
      • When to use DSE Graph compared to Cassandra
      • Migrating to DSE Graph from Cassandra
    • DSE Graph Tools
    • Troubleshooting
      • drop() hangs
      • Gremlin console hangs or behaves erratically
      • Queries sporadically fail with LOCAL_ONE/LOCAL_QUORUM
      • Consistency level and graph.addVertex()
      • Issues creating a graph cluster using Lifecycle Manager (LCM)
      • Shutting down Studio Gremlin process
      • Dropping edge property drops edges
      • Creating graph with options while unified authentication is enabled fails
      • Do not upgrade to DSE 5.0.6 if using PVTs
    • DSE Graph Reference
      • graph API
      • schema API
      • system API
      • DSE Graph data types
      • Graph storage in Cassandra keyspace and tables
      • Apache TinkerPop graph computing framework
  • Installing
    • Which install method should I use?
    • DataStax Installer (root permissions)
    • DataStax Installer (no root permissions)
    • DataStax Installer for Mac OS X
    • DataStax Installer (unattended)
    • Package Installer using Yum
    • Package Installer using APT
    • Binary tarball installer
    • On cloud providers
    • Installing 5.0.x patch releases
    • Installing glibc on Oracle Linux
    • Installing Python 2.7 on older RHEL-based package installations
    • Uninstalling
    • Default file locations for Installer-Services and package installations
    • Default file locations for Installer-No Services and tarball installations
  • Configuration
    • dse.yaml configuration file
    • Virtual node (vnode) configuration
    • DSE Advanced Security
      • About security management
      • Securing DSE Graph
      • Securing Spark
      • Securing DSE Search
      • Security FAQs
      • Encrypting data
      • DSE Unified Authentication
      • Authenticating with internal Cassandra password authentication
      • RPCs over Cassandra native protocol
      • LDAP authentication
      • Authenticating with Kerberos
      • Using cqlsh with Kerberos/SSL
      • Configuring firewall ports
      • Enabling data auditing
      • Configuring keyspace replication
      • Making /tmp non-executable
      • Securing the sstableloader in an unsecure environment
    • DSE In-Memory
      • Creating or altering tables to use DSE In-Memory
      • Verifying table properties
      • Managing memory
      • Backing up and restoring data
    • DSE Advanced Replication
      • DSE Advanced Replication
      • Architecture
      • Traffic between the clusters
      • Terminology
      • Getting started
      • Keyspaces
      • Operations
      • CQL queries
      • Metrics
      • Managing invalid messages
      • Managing audit logs
      • dse advrep command line tool
    • DSE Multi-Instance
      • DSE Multi-Instance
      • DSE Multi-Instance architecture
      • Configuring DSE Multi-Instance
      • DSE Multi-Instance commands
    • DSE Tiered Storage
      • DSE Tiered Storage
      • Configuring DSE Tiered Storage
      • Testing configurations
    • Changing logging locations
  • Analytics, Search, Management services
    • DSE Analytics
      • About DSE Analytics
      • DSE Analytics and Search integration
      • DSEFS (DataStax Enterprise file system)
      • About the Cassandra File System (CFS)
      • Configuring DSE Analytics
      • Analyzing data using Spark
      • Analyzing data using DSE Hadoop (deprecated)
      • Analyzing data using external Hadoop systems (BYOH)
    • DSE Search
      • About DSE Search
      • Configuring DSE Search
      • Queries
      • Working with advanced data types: tuples and UDTs
      • DSE Search operations
      • Performance tuning
      • Update request processor and field transformer
      • DSE Search tutorials and demos
      • DSE Search troubleshooting
    • DSE Management Services
      • Performance Service
      • Capacity Service
      • Repair Service
  • Initializing a cluster
    • Initializing a single datacenter per workload type
    • Initializing multiple datacenters per workload type
    • Initializing single-token architecture datacenters
    • Calculating tokens for single-token architecture nodes
  • Administration
    • Starting and stopping DSE
      • Starting as a service
      • Starting as a stand-alone process
      • Stopping a node
    • Tools
      • dse commands
      • dsetool utility
      • dse client-tool
      • cfs-stress tool
      • Preflight check tool
      • cluster_check and yaml_diff tools
    • Migrating data
      • Migrating data to DataStax Enterprise
      • Migrating data using Sqoop (deprecated)
    • Collecting node health and indexing status scores
  • Home
  • Academy
  • Docs home
  • Contact us
  • Download DataStax
  • Glossary
  • Support
  • Developer blogs
  1. Home
  2. DSE Graph
  3. Using DSE Graph
  4. Using Gryo
  5. Loading data using Gryo

Loading data using Gryo

How to load Gryo data.

One file format for importing and exporting data to and from DSE Graph is Gryo, a binary file format.

Procedure

  1. Start the Gremlin console.
  2. Start a graph instance and create the schema.
  3. Use the DSE Graph Loader to load the Gryo file.
  • DSE Graph
    • About DSE Graph
    • DSE Graph Terminology
    • Quick Start with Studio
    • DSE Graph architecture overview
    • DSE Graph, OLTP and OLAP
    • Graph anti-patterns
    • DSE Graph data modeling
    • Using DSE Graph
      • Getting started with graph databases
      • Creating a graph in Studio
      • Creating graph schema using Studio
      • Advanced schema
      • Creating a custom vertex id
      • Modifying schema using Studio
      • Dropping data, schema, and graphs
      • Adding property data
      • Indexing graph data
      • Using the Gremlin console
      • Using GraphSON
      • Using GraphML
      • Using Gryo
        • Loading data using Gryo
      • Discovering properties about graphs and traversals
      • Creating queries using traversals
    • Using the DSE Graph Loader
    • DSE Graph Analysis with DSE Analytics
    • DSE Graph Configuration
    • Compare DSE Graph and relational databases
    • Compare DSE Graph and Cassandra
    • DSE Graph Tools
    • Troubleshooting
    • DSE Graph Reference
© DataStax, Inc. All rights reserved. Updated: 13 December 2019 Build time: 13 December 2019 07:56:07.806

DataStax, Titan, and TitanDB are registered trademark of DataStax, Inc. and its subsidiaries in the United States and/or other countries.

Apache Cassandra, Apache, Tomcat, Lucene, Solr, Hadoop, Spark, TinkerPop, and Cassandra are trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.