engine-deprecated
engine-deprecated copied to clipboard
[DISCONTINUED] Go to https://github.com/src-d/sourced-ce/
The README says: > **Code Retrieval**: retrieve and store git repositories as a dataset. However, borges is not currently integrated and the current commands do not deliver this promise. I...
I run `srcd web sql`, do some stuff and then Ctrl-C it. Then `docker ps` shows: ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES e5b4e1f45aa9 srcd/gitbase "/tini -- /bin/sh...
It would be nice to have a Docker image for src-d/engine itself. We can mount the Docker socket into it, as well as the directory (or directories) with repositories.
I would be pretty happy if a UAST Parse Examples URL could be included on the cli output when running **srcd parse --help**. It would look something like: ``` Classify...
I would be pretty happy if I could run at any moment **srcd status**. The output would be a comprehensive description of my current setup. For instance, when I was...
After **srcd init** I would love to be welcomed and guided. If I'm on the cli, I don't want to switch to the docs to know how to move forward,...
I would be pretty happy if there was a way to "show me" a progress indicator of my query. It could be as of a flag that would be included...
I would be pretty happy if a SQL Query Examples URL could be included on the cli output when running **srcd sql --help**. It would look something like: ``` Run...
``` $ ./srcd --config custom_config.yml sql "select * from repositories" +---------------+ | REPOSITORY ID | +---------------+ | engine | | aws-sdk-php | +---------------+ ``` Only `init` should accept it then.
using `srcd/gitbase:v0.19.0` and running ```shell $ srcd sql "CREATE INDEX repo_idx ON repositories USING pilosa (repository_id)" ``` over a 7495 repositories dataset, I got this error in container logs: ```shell...