-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Import API
Eduardo Ramos edited this page Jan 7, 2015
·
1 revision
Import API/SPI provides the import workflow to import data form any support.
API is providing a secure workflow, from importers that connects to the data source (files, databases, spigots...) to the processors that append imported data to the workspace. It is based on the Container
interface, that has a loading and unloading sub-interface. Importers are loading the container, then the controller is checking it's consistency and finally processors are unloading it.
See org.gephi.io.importer.spi package to know how to define new data importers.
- Developer Handbook
- Build
- Code Style
- Localization
- Datasets
- Import CSV Data
- Import Dynamic Data
- Scripting Plugin
- Quick Start
- Démarrage rapide (FR)
- Layout
- Spatialisations (FR)
- Statistics
- Import
- Spigot importer with Wizard
- Export
- Generator
- Filter
- Extend Data Laboratory
- Preview renderer
- Add a module panel
- Add a submenu
- Build a plugin without Gephi source code
- Update a plugin
- Code Sharing Strategy
- Graph Streaming