Heedy

Latest version: v0.2.0

Safety actively analyzes 621114 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.0

0.4.0

This is the first full release of heedy. It provides the core architecture and plugin system on top of which apps and plugins can be developed. Heedy is meant to be a basic framework, so it does not come with much functionality and integrations built-in. Instead, it is meant to be used with [the plugins](https://github.com/heedy/heedy#plugins).

The next areas of focus for the project are documentation, integrations, and ease of use. While there should be no more breaking changes in heedy's core database, the plugin API might be tweaked a bit throughout documentation writing. For the most part, things that are documented on [heedy.org](https://heedy.org) should be relatively stable.

*Docker and Raspberry Pi builds are slated for 0.4.1 release*

Main Changes from Alpha
- **Documentation** - Heedy's main strength is its extensibility. In order for the plugin system to be usable, it needs to be well-documented. There is a new website being built for documentation, [heedy.org](https://heedy.org), which will iteratively gain content throughout the 0.4.x release cycle.
- **PipeScript & Datasets** - Heedy now comes with a powerful timeseries data-analysis engine built-in. With it, you can now correlate separate timeseries, and perform advanced analysis tasks with a relatively simple interface!
- **Speed & Efficiency** - The timeseries backend was rewritten to allow much faster inserting/querying, and support for compression was added, making the database smaller and allowing things to load much faster on slow connections.
- **Bugfixes** - As with all alpha releases, the previous alpha has several big bugs, which are now fixed.

**This release is NOT compatible with databases created by alpha 1**

Main changes from ConnectorDB
- **Simplicity** - Heedy is a single executable, and automatically sets up a database for you when run. No more need to keep track of postgres/redis executables.
- **Extensibility** - There is a powerful plugin system, that allows you to alter both the backend and frontend's functionality in arbitrary ways. Adding plot types, APIs or integrations is just a bit of Python or javascript code away.
- **Architecture** - Heedy was rewritten from scratch around a plugin system, so the opportunity was taken to fix many of ConnectorDB's flaws, including the ability to delete/modify timeseries data

**This release is NOT compatible with ConnectorDB databases**. If you have data in ConnectorDB, an upcoming (future) version of heedy will have the ability to import it.

0.4.0alpha.1

**Note:** _This alpha release of heedy is not compatible with the upcoming 0.4 release. New users are recommended to wait for full 0.4 release, which should come around June 2021._

The first heedy alpha. There will be rough edges, and some things might be quite buggy. However, it *will* give you an idea of where this project is going. After downloading the executable for your platform, run it:

chmod +x ./heedy
./heedy

You can then go to `http://localhost:1324`, where you can set up your database.

To get the full experience, install the plugins, since Heedy doesn't come with much built-in functionality:
- [fitbit](https://github.com/heedy/heedy-fitbit-plugin/releases) - sync fitbit with heedy
- [notebook](https://github.com/heedy/heedy-notebook-plugin/releases) - use jupyter notebooks within heedy

Make sure you have Python >=3.7 installed, and in PATH, since both plugins require it!

Much of heedy is currently undocumented, so the next push will be towards bugfixes, documentation, and further integrations. Currently, there is no support for Windows, but it is on the roadmap.

**Alpha releases make no guarantee of upgradeability**

0.3.0

ConnectorDB 0.3's development came with a lot of lessons about what is really needed for such a system. These lessons unfortunately require a total redesign. 0.3 is therefore the final CDB version before a ground-up rewrite. This rewrite is expected to take well over a year, so this release is the official version until then.

0.3.0a1

This is the first public alpha of ConnectorDB. There will be rough edges, and there might be crashes. There might also be security issues. Use at your own risk.

**EDIT 2017: Do not use this release. Please use prerelease versions from the website until 0.3.0 is released! This version is ancient!**

0.2.2

Stable enough to gather data!

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.