https://github.com/robertvazan/pmdata
Framework for reactive data-driven and data science websites.
https://github.com/robertvazan/pmdata
hookless pushmode reactive-programming web-framework
Last synced: 8 months ago
JSON representation
Framework for reactive data-driven and data science websites.
- Host: GitHub
- URL: https://github.com/robertvazan/pmdata
- Owner: robertvazan
- License: apache-2.0
- Created: 2020-07-21T12:54:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T16:58:48.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:25:00.164Z (over 1 year ago)
- Topics: hookless, pushmode, reactive-programming, web-framework
- Language: Java
- Homepage: https://pmdata.machinezoo.com/
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# PMData
[](https://central.sonatype.com/artifact/com.machinezoo.pmdata/pmdata)
[](https://github.com/robertvazan/pmdata/actions/workflows/build.yml)
[](https://codecov.io/gh/robertvazan/pmdata)
PMData is a framework for reactive data-driven and data science websites.
It is built on [Hookless](https://hookless.machinezoo.com/) reactive framework,
[PushMode](https://pushmode.machinezoo.com/) HTML streaming library,
and [PMSite](https://pmsite.machinezoo.com/) core web framework.
[PMSite](https://pmsite.machinezoo.com/) defines technical website structure
without constraining content, data, or layout in any way.
PMData builds on top of PMSite by adding default layout, styling, widgets, and reactive data sources.
More on [homepage](https://pmdata.machinezoo.com/).
## Status
Experimental. [Stagean](https://stagean.machinezoo.com/) is used to track progress on class and method level.
## Getting started
See [homepage](https://pmdata.machinezoo.com/).
## Documentation
* [Homepage](https://pmdata.machinezoo.com/)
There is no javadoc yet. See [source code](src/main/java/com/machinezoo/pmdata) for available APIs.
## Feedback
Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Distributed under [Apache License 2.0](LICENSE).