Packages

package formats

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. formats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package neo4jcsv

Type Members

  1. trait Exporter extends AnyRef
  2. trait Importer extends AnyRef

Value Members

  1. object ExporterMain

    Base functionality to export a given OverflowDB graph to various export formats.

    Base functionality to export a given OverflowDB graph to various export formats. Because ODB relies on domain specific implementations, specifically the NodeFactories and EdgeFactories from the domain-specific generated classes (typically generated by by https://github.com/ShiftLeftSecurity/overflowdb-codegen) need to be passed in.

  2. object Format extends Enumeration
  3. object GraphMLImport extends Importer

    primitive GraphML importer which doesn't support much from the spec...

    primitive GraphML importer which doesn't support much from the spec... only enough to get us covered for some standard test cases, really

  4. object ImporterMain extends App

    Base functionality import a given list of input file(s) of various formats into an OverflowDB binary.

    Base functionality import a given list of input file(s) of various formats into an OverflowDB binary. Because ODB relies on domain specific implementations, specifically the NodeFactories and EdgeFactories from the domain-specific generated classes (typically generated by by https://github.com/ShiftLeftSecurity/overflowdb-codegen) need to be passed in.

Inherited from AnyRef

Inherited from Any

Ungrouped