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

[Feature] Provide Support for Uploading Json files #191

Open
truly-indian opened this issue Jun 26, 2024 · 3 comments
Open

[Feature] Provide Support for Uploading Json files #191

truly-indian opened this issue Jun 26, 2024 · 3 comments

Comments

@truly-indian
Copy link

Currently, there is no support for uploading json files. We should add one.

@truly-indian
Copy link
Author

@Tsovak can you plz let me know why this support does not exist at dekart. Also, if you guys are okay I am ready to work on providing this feature.

@delfrrr
Copy link
Contributor

delfrrr commented Jun 29, 2024

Hey, @truly-indian, there one problem with JSON. Data for Kepler.gl must be in tabular format:

data.datasets.data Object *required The data object, in a tabular format with 2 properties

https://docs.kepler.gl/docs/api-reference/actions/actions#adddatatomap

I don't how to convert arbitrary user jsons into the tabular; these are the processors https://docs.kepler.gl/docs/api-reference/processors/processors

However Kepler itself supports export to JSON which then can be imported: https://docs.kepler.gl/docs/api-reference/processors/processors#processkeplergljson

If you create PR with support of this kind of JSON uploader, it would be much appreciated! I was planning to work on this myself in 4-5 weeks from now.

@delfrrr
Copy link
Contributor

delfrrr commented Jun 29, 2024

@truly-indian do you use Dekart self-hosted to SaaS?

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

2 participants