A comprehensive library of tutorials and demos for the National Data Platform - EndPoint (NDP-EP).
NDP-EP is a data management platform that enables researchers and developers to work with datasets, streaming data, and cloud resources through a unified interface. This repository provides hands-on tutorials covering all aspects of the platform.
NDP-EP consists of three main components:
ep-tutorials/
├── api/ # Direct REST API tutorials
├── python/ # Python library (ndp-ep) tutorials
├── frontend/ # Dashboard/UI tutorials
└── examples/ # Complete demo applications
pip install ndp-ep| Section | Description |
|---|---|
| API Tutorials | Learn to interact directly with the REST API |
| Python Tutorials | Use the ndp-ep library for programmatic access |
| Frontend Tutorials | Navigate and use the administrative console |
| Examples | End-to-end demo applications |
Contributions are welcome! When adding new tutorials:
MIT License