Skip to content
This repository was archived by the owner on Nov 27, 2019. It is now read-only.

Let it work with output from another tool #43

Open
rossjones opened this issue Mar 18, 2013 · 4 comments
Open

Let it work with output from another tool #43

rossjones opened this issue Mar 18, 2013 · 4 comments

Comments

@rossjones
Copy link
Contributor

It would be useful if it was possible to use this tool to write code that interacts with the output from another tool.

Currently within a dataset, if I use say, the twitter tool, it is not possible for me to use the editor to write code to interact with the database that that twitter tool created. I can ssh onto the box and so all that work there, and setup my cron job etc, but I'd rather not context switch from one thing to another unnecessarily.

@frabcus
Copy link
Contributor

frabcus commented Mar 18, 2013

You can, if you can get hold of the URL!, call the API of any box...

Is it that:
a) you want it to appear as a View in the user interface
b) you didn't know the publish token / URL of the data you're reading
c) you'd like language bindings (e.g. Python) to make getting that data easier

@rossjones
Copy link
Contributor Author

I want it to appear as a tool option in the user interface no matter how the dataset was created.

Ideally I'd like it in the same sandbox so I can just use dumptruck directly ;)

@frabcus
Copy link
Contributor

frabcus commented Apr 12, 2013

There's some code marked like this which prototypes filling in the code to query the database:

        // If we've been added as a view - XXX experimental, to try code in
        // browser for writing code that generates static views

Re-evaluate this bug after the UX change so there aren't views any more.

@frabcus
Copy link
Contributor

frabcus commented Jun 1, 2013

This ticket will be fixed by platform changes. Tools are now neutral - the dataset making tool is not so special in the new user interface coming out next week. At some point other tools will be able to write to the database too...

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

No branches or pull requests

2 participants