Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSV importer examples #184

Open
littleli opened this issue Aug 1, 2023 · 1 comment
Open

Add CSV importer examples #184

littleli opened this issue Aug 1, 2023 · 1 comment
Assignees

Comments

@littleli
Copy link
Contributor

littleli commented Aug 1, 2023

CSV files are the most common format that you can receive out of traditional storage system like RDBMS and DWH solutions. To my untrained beginner eyes there is a plenty of additional settings I don't know how to use to produce CSV exports that can be easily imported to ArcadeDB.

It seems there are settings to import edges, vertices and documents separately. My suggestion is to have an example with a single import file and another example with multiple import files to demonstrate the usage of the importer settings.

@littleli littleli changed the title CSV importer examples Add CSV importer examples Aug 1, 2023
@gramian gramian self-assigned this Aug 5, 2023
@Caveats
Copy link

Caveats commented May 14, 2024

I'm looking at just this. It's easy enough to get it into JSON - but the JSON importer GUI seems to suffer from the SWOD (spinning wheel of death). A better example of the schema or JSON / CSV format would be great. Currently picking over this:

https://github.com/ArcadeData/arcadedb-datasets/raw/main/orientdb/OpenBeer.gz

But it would be much better to have some CSV template to wade through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants