# deephaven-server
A Python-native way of launching [deephaven-core](https://www.github.com/deephaven/deephaven-core).
Deephaven Community Core is a real-time, time-series, column-oriented analytics engine with relational database features. It is an open version of [Deephaven Enterprise](https://deephaven.io/enterprise/), which serves as the data backbone for prominent hedge funds, banks, and financial exchanges.
## Requirements
Java 11+ is required for this module, and the `JAVA_HOME` environment variable must be set appropriately.
This module also requires Python version 3.8 or newer.
## Setup
```shell
pip3 install --upgrade pip setuptools wheel
pip3 install deephaven-server
```
## Quick start
```python
from deephaven_server import Server
server = Server()
server.start()
from deephaven import time_table
ticking_table = time_table('PT1s').update_view(formulas=["Col1 = i % 2"])
```
Raw data
{
"_id": null,
"home_page": "https://deephaven.io/",
"name": "deephaven-server",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Deephaven Development",
"author": "Deephaven Data Labs",
"author_email": "python@deephaven.io",
"download_url": null,
"platform": null,
"description": "# deephaven-server\n\nA Python-native way of launching [deephaven-core](https://www.github.com/deephaven/deephaven-core).\n\nDeephaven Community Core is a real-time, time-series, column-oriented analytics engine with relational database features. It is an open version of [Deephaven Enterprise](https://deephaven.io/enterprise/), which serves as the data backbone for prominent hedge funds, banks, and financial exchanges.\n\n## Requirements\n\nJava 11+ is required for this module, and the `JAVA_HOME` environment variable must be set appropriately.\n\nThis module also requires Python version 3.8 or newer.\n\n## Setup\n\n```shell\npip3 install --upgrade pip setuptools wheel\npip3 install deephaven-server\n```\n\n## Quick start\n\n```python\nfrom deephaven_server import Server\nserver = Server()\nserver.start()\n\nfrom deephaven import time_table\nticking_table = time_table('PT1s').update_view(formulas=[\"Col1 = i % 2\"])\n```\n",
"bugtrack_url": null,
"license": "Deephaven Community License",
"summary": "Deephaven Embedded Server Python Package",
"version": "0.36.1",
"project_urls": {
"Homepage": "https://deephaven.io/"
},
"split_keywords": [
"deephaven",
"development"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5b9b9483ffcbec32f077115d6e7833b7efab77d3a2242dbc93396a6f45701824",
"md5": "46d66aec88aa4aa2ea910c4edf8a11ff",
"sha256": "fabf0a9c150cfa472fc14ebc7a84770df439a0553b8d4493a9ff68815f097ca1"
},
"downloads": -1,
"filename": "deephaven_server-0.36.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "46d66aec88aa4aa2ea910c4edf8a11ff",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 224099656,
"upload_time": "2024-08-23T20:41:51",
"upload_time_iso_8601": "2024-08-23T20:41:51.308735Z",
"url": "https://files.pythonhosted.org/packages/5b/9b/9483ffcbec32f077115d6e7833b7efab77d3a2242dbc93396a6f45701824/deephaven_server-0.36.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-23 20:41:51",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "deephaven-server"
}