datasedai

Results 16 issues of datasedai

For Accumulo, it would be nice to have a CLI utility to perform the following actions, given the user/pass for Accumulo root on the command line: 1. Deploy GeoWave Jar...

enhancement

- Create the capability to stage files to map-reduce. - Also, explore possibility of simplifying the SPI for Ingest, coming up with another way of handling the different formats that...

enhancement

OSM capability was added as a GeoWave 0.9.1 feature (#729) The following should be done: - Make it datastore agnostic. Right now it's hard coded to use accumulo - Make...

enhancement

When a link disconnects (say someone has the debugger open and paused in code for 45 seconds), then it will not attempt to reconnect. There should be some periodic attempt...

bug
difficult

Create an integration with https://babeljs.io/, to allow developers to use this with strategies, facades, etc, if desired to make programming with Endpoint.js simpler.

enhancement
difficult

This should be easy enough to do by detecting the function via typeof in facade-call.js, and then doing the same in object-instance.js. The event system could be used to send...

enhancement

It would be nice to be able to call methods to create default server link, window link, cross origin window link, call the commands to detect shared worker support &...

enhancement

If I need to call a large amount of functions on an API, then do something after they're finished, it is nearly impossible to do this right now. Promise frameworks...

enhancement

Endpoint.js should have a utility method to help users "streamify" their existing API functions. Basically, it will create a wrapper around the function that checks for a stream, and if...

enhancement

For writing to a transport / link, if multiple messages are sent on the same tick, some performance algorithm should realize this and bundle the messages to be sent to...

enhancement
performance