# KingData Open Platform

## KingData Open Platform

- [Open Platform Introduction](https://open.kingdata.com/open-platform-introduction.md): KingData Open Platform is a user-defined indicators layer, built by the community.
- [How to develop an indicator](https://open.kingdata.com/how-to-develop-an-indicator.md): Getting Started Instructions
- [Step1: Clone Repo](https://open.kingdata.com/how-to-develop-an-indicator/step1-clone-repo.md)
- [Step2: Write Definition.md](https://open.kingdata.com/how-to-develop-an-indicator/step2-write-definition-md.md): Definition.md describes the full requirements background of the current indicator
- [Step3: Write Logic Code](https://open.kingdata.com/how-to-develop-an-indicator/step3-write-logic-code.md)
- [Step4: Write Template](https://open.kingdata.com/how-to-develop-an-indicator/step4-write-template.md): The template can clearly explain the alert data, making it easier for users to understand.
- [Step5: Test and Pull Request](https://open.kingdata.com/how-to-develop-an-indicator/step5-test-and-pull-request.md)
- [Examples](https://open.kingdata.com/examples.md)
- [Demo with JSON data](https://open.kingdata.com/examples/demo-with-json-data.md): Demonstrate what to do if the data source we crawl is JSON
- [Demo with HTML data](https://open.kingdata.com/examples/demo-with-html-data.md): Demonstrate what to do if the data source we crawl is HTML
- [Demo with Socket Data](https://open.kingdata.com/examples/demo-with-socket-data.md)
- [⚠️ Attention && FAQ](https://open.kingdata.com/attention-and-and-faq.md)
- [How to store data](https://open.kingdata.com/attention-and-and-faq/how-to-store-data.md): Data storage tutorial
- [Related Links](https://open.kingdata.com/related-links.md)
- [Integrate KingData content into your app](https://open.kingdata.com/api-doc/integrate-kingdata-content-into-your-app.md)
