Skip to content

droonga/grn2drn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Name

grn2drn

Description

Grn2drn is a command to convert a *.grn dump file to a JSONs file for Droonga.

Install

% gem install grn2drn

Basic usage

For migrating Groonga to Droonga:

% grndump /path/to/groonga/database > dump.grn
% grn2drn --dataset Droonga dump.grn > droonga.jsons

You can send the converted data by droonga-request or droonga-send command. They are included in droonga-client gem.

For creating catalog.json:

% grndump --no-dump-tables /path/to/groonga/database > schema.grn
% grn2drn-schema schema.grn > schema.json

It generates JSON that can be embedded into catalog.json.

Mailing list

Thanks

  • ...

Copyright

Copyright (c) 2014 Droonga Project

License

GPLv3 or later. See LICENSE.txt for details.

About

Converts a *.grn dump file to a JSONs file for Droonga

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages