Skip to content

Importing from ILP into CrateDB: Table vs. timeseries format? #187

Description

@amotl

@amotl
I have another query related to importing from ILP file.

Here is the content of my ILP file that I have imported from InfluxDB2 and then split into respective measurment using a python script>

position,machine=SN6H1645 gpsaltitude=862.8 1710494667494000000
position,machine=SN6H1645 gpscourse=353 1710494663917000000
position,machine=SN6H1645 gpscourse=67.76 1710494664425000000
position,machine=SN6H1645 gpscourse=359.39 1710494664688000000
position,machine=SN6H1645 gpscourse=328.3 1710494664898000000
position,machine=SN6H1645 gpscourse=45.95 1710494664998000000
position,machine=SN6H1645 gpscourse=347.4 1710494665415000000
position,machine=SN6H1645 gpscourse=110.67 1710494665437000000

The data is a timeseries in InfluxDB 2, but when I have imported it into CrateDB it seems to be a simple table only.

Image

Is there any flag that will import data in timeseries format during ctk load table command, or do I need to run a query once it's loaded to convert the data to timeseries?

Thanks,
Zill

Originally posted by @ZillKhan in #183

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions