Merge pull request #1 from apache/Update_to_TLP

update for TLP
tree: 9c9764133976a0ce485fa0cd1c1fdcf458df0214
  1. src/
  2. .asf.yaml
  3. .gitignore
  4. LICENSE
  5. NOTICE
  6. pom.xml
  7. README.md
README.md

DataSketches Server

This is a very simple, container-friendly web server with a JSON API. The provided server can be used to experiment with sketches or to add sketch functionality to a project without natively integrating with the DataSketches library.

This is not intended to provide a high-performance database; there are already existing integrations with PostgreSQL or Druid for such cases. The focus here is on ease-of-use rather than speed.

The repository is still in a very early state and lacks both unit tests and robust documentation.