Skip to main content

FLuiddb IMPorter - automates importing data into FluidDB

Project description

This package provides a set of modules and a script that makes it easy to import data into FluidDB.

It currently works with json, csv or yaml file formats. It can also import files from the local filesystem so directories -> namespaces, filenames -> tags and file content -> values tagged to an object.

Help can be obtained like this:

flimp -h

Take a look in the docs directory for extensive help.

Importing Data Files

Flimp assumes the following:

  • You are providing a list of items to import into FluidDB

  • The “shape” of each item is the same (conforms to the same schema)

In the case of json and yaml it simply attempts to parse the raw file into a list of python dict objects before the import takes place.

In the case of a csv file it will assume the first line is a list of headers and that each record is the same length as the headers. This will result in a list of python dict objects that will form the basis of the import.

Once the list of items has been abstracted into a list of Python dicts the script will use the first item as a “template” and create the appropriate namespaces and tags to correspond to the keys in the dictionary.

Once this step is complete the script simply iterates over the items, creates an object for each and tags it with the corresponding tag-values.

Example usage:

flimp -f file.json

Importing from the Filesystem

Pass a directory as an argument into flimp and it will attempt to import everything underneath the parent directory into FluidDB.

Directories become namesapces, files become tags and the content of the files becomes a value tagged onto an object.

It is possible to specify the object to use if you provide the uuid or about tag value.

Flimp attempts to guess the correct mime-type to use when importing the file content.

Flimp ignores hidden files and directories (starting with ‘.’).

Example usage:

flimp -d path

Credentials

Flimp uses an interactive prompt for you to supply the requested details (such as your username and password etc…)

Logging

You’ll find a log of your session in the file flimp.log. If you encounter any problems you should look in here first.

Code

Flimp can be imported into your own projects. Check the documention for details and examples.

The source code is hosted here:

http://github.com/fluidinfo/flimp

You can find out more about FluidDB here:

http://fluidinfo.com/

Feedback welcome!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

flimp-0.6.1.zip (17.8 kB view details)

Uploaded Source

flimp-0.6.1.tar.gz (11.3 kB view details)

Uploaded Source

File details

Details for the file flimp-0.6.1.zip.

File metadata

  • Download URL: flimp-0.6.1.zip
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for flimp-0.6.1.zip
Algorithm Hash digest
SHA256 586a729907eecfb4e270c7ad573f77ced225e5f9d9af285d5c31008d910a8723
MD5 51c6eb460af8fa22977ad7fb0c9e7c19
BLAKE2b-256 9f024525c1987c7758078da30084cd6f92dddebc149f55d4ed1d4ae00defa63c

See more details on using hashes here.

File details

Details for the file flimp-0.6.1.tar.gz.

File metadata

  • Download URL: flimp-0.6.1.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for flimp-0.6.1.tar.gz
Algorithm Hash digest
SHA256 fc3135796be2b0c9face379f65ce7949edbc90095b15607a4e688ddf53e72db8
MD5 159f26d8eef7c5103c08d6a266c85753
BLAKE2b-256 06c0a1d025fbc1d78f7bb6d49e67c19d61096a236959bb6d60c6f2ce17942965

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page