ground icon indicating copy to clipboard operation
ground copied to clipboard

An open-source, vendor-neutral data context service.

Results 23 ground issues
Sort by recently updated
recently updated
newest added

According to the Ground Wiki, it shows that we can use the client library to generate the data context. ``` GroundClient client = new GroundClient(host, port); int managerId = client.createNode("manager");...

I am trying to setup the latest version v0.1.2 on Ubuntu 16.04. As per install/getting started steps: http://www.ground-context.org/wiki/index After the unzip of v0.1.2.tar.gz, I should be able to start the...

I run this project with this result: "Action not found For request 'Get /' These routes have been tried ,in this order:" what is the situation?

Added in the types of ('long', 'double', 'null', 'array', 'map'), along with updating the postgres.sql setup file, and added tests to ensure that GroundTypes and NodeVersions would not error on...

One comment -- currently the file hierarchy is set so that it's by default global (cwd is "root"). We can change the cwd through the FileController.

Created a Cassandra connector module and tests for it under the new Play Framework. All tests old and new are passing.

Please let me know , if there is a proposal to treat Solr as backend store besides elasticsearch. I would like to contribute in that area.

enhancement
help wanted