https://github.com/sourceplusplus/sourceplusplus
The continuous feedback platform for developers
https://github.com/sourceplusplus/sourceplusplus
aop continuous-feedback debug developer-tools distributed-tracing live-coding monitoring observability production skywalking
Last synced: 5 months ago
JSON representation
The continuous feedback platform for developers
- Host: GitHub
- URL: https://github.com/sourceplusplus/sourceplusplus
- Owner: sourceplusplus
- License: agpl-3.0
- Created: 2021-09-20T22:27:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T22:22:41.000Z (6 months ago)
- Last Synced: 2024-12-10T00:30:01.702Z (6 months ago)
- Topics: aop, continuous-feedback, debug, developer-tools, distributed-tracing, live-coding, monitoring, observability, production, skywalking
- Language: Kotlin
- Homepage: https://sourceplus.plus
- Size: 40.2 MB
- Stars: 50
- Watchers: 4
- Forks: 6
- Open Issues: 113
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
[](LICENSE)

[](https://github.com/sourceplusplus/sourceplusplus/actions/workflows/build.yml)Source++ is the continuous feedback platform for developers. Add breakpoints, logs, metrics, and distributed tracing to live production software in real-time on-demand, right from your IDE.
Powered by [Apache SkyWalking](https://github.com/apache/skywalking), Source++ enhances the software development experience with production debugging and development capabilities. Become a production-aware developer, understand code faster and deeper with developer-native observability technology, safely debug production applications with negligible to minimal overhead, and gain continuous insight into your application as it behaves in its natural environment.
Live Insight
Live Instrument
![]()
![]()
Live View
Live Command
![]()
![]()
### Features
- Live Insights
- **Function Duration**: Increase/Decrease Prediction
- Live Instruments
- **Live Breakpoints**: Non-Breaking Breakpoints
- **Live Logs**: Just-in-Time Logging
- **Live Meters**: Real-Time KPI Monitoring
- **Live Spans**: User-Domain Tracing
- Multi-instance/Serverless debugging
- Role-based access control
- Instrument conditionals
- Instrument TTL, sampling, rate limiting
- Feedback whitelist/blacklist
- PII redaction## Quickstart
- Install Docker on your system (if not already installed).
- Start Source++ Platform
docker run -d --name=spp-platform -p 11800:11800 -p 12800:12800 sourceplusplus/spp-platform:0.7.7.1
- Install Source++ Plugin
## Get Started
- Demos
- [Groovy](https://github.com/sourceplusplus/demo-groovy), [Java](https://github.com/sourceplusplus/demo-java), [Kotlin](https://github.com/sourceplusplus/demo-kotlin)
- [Node.js](https://github.com/sourceplusplus/demo-nodejs)
- [Python](https://github.com/sourceplusplus/demo-python)
- Probes
- [JVM](https://github.com/sourceplusplus/probe-jvm)
- [Node.js](https://github.com/sourceplusplus/probe-nodejs)
- [Python](https://github.com/sourceplusplus/probe-python)
- Interfaces
- [JetBrains Plugin](https://github.com/sourceplusplus/interface-jetbrains)
- [CLI](https://github.com/sourceplusplus/interface-cli)## Compiling Project
Follow this [document](https://github.com/sourceplusplus/documentation/blob/master/docs/contributing/How-to-build.md).
## Documentation
The Source++ documentation is available [here](https://docs.sourceplus.plus).
## Directory Structure
```graphql
├── demos # Feature demonstrations
├── groovy # Groovy demo
├── java # Java demo
├── kotlin # Kotlin demo
├── nodejs # Node.js demo
└── python # Python demo
├── docker # Docker setup files
├── e2e # End-to-end testing environment
└── spp-platform # Live coding server image
├── documentation # Live coding documentation
├── interfaces # Live coding clients
├── cli # Command-line interface
└── jetbrains # JetBrains IDE plugin
├── platform # Live coding server
├── bridge # Bridge clients to platform
├── common # Common platform code
├── core # Core platform code
├── processor # Observability data processors
├── live-instrument # Live Instrument processor
└── live-view # Live View processor
└── storage # Platform persistent memory
├── probes # Live coding probes
├── jvm # JVM support
├── nodejs # Node.js support
└── python # Python support
└── protocol # Communication protocol
```## License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Please see the [LICENSE](LICENSE) file in our repository for the full text.