https://github.com/finbourne/insights-sdk-java-preview
Insights is LUSID's built-in troubleshooting and audit application. Allowing you to query, track and group API calls using correlation IDs, helping to quickly identify issues in failed requests. By logging these IDs, you can correlate all API calls made during a session, offering a detailed view of your system's operations aiding in troubleshooting
https://github.com/finbourne/insights-sdk-java-preview
finbourne lusid sdk sdk-java
Last synced: 9 months ago
JSON representation
Insights is LUSID's built-in troubleshooting and audit application. Allowing you to query, track and group API calls using correlation IDs, helping to quickly identify issues in failed requests. By logging these IDs, you can correlate all API calls made during a session, offering a detailed view of your system's operations aiding in troubleshooting
- Host: GitHub
- URL: https://github.com/finbourne/insights-sdk-java-preview
- Owner: finbourne
- License: mit
- Created: 2022-05-05T16:07:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T13:04:04.000Z (over 1 year ago)
- Last Synced: 2025-03-22T15:49:56.112Z (9 months ago)
- Topics: finbourne, lusid, sdk, sdk-java
- Language: Java
- Homepage: https://finbourne.com
- Size: 211 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Deprecated
Please note that this repository is deprecated and will be archived early 2024.
All functionality is now contained, in the [insights-sdk-java](https://github.com/finbourne/insights-sdk-java) repository on the `main` branch.
# LUSID® Insights Java SDK Preview
The Insights application is part of the [LUSID by FINBOURNE](https://www.finbourne.com/lusid-technology) platform. To use it you'll need a LUSID account. [Sign up for free at lusid.com](https://www.lusid.com/app/signup).
For more details on other applications in the LUSID platform, see [Understanding all the applications in the LUSID platform](https://support.lusid.com/knowledgebase/article/KA-01787/en-us).
[Java SDK Extensions](https://github.com/finbourne/insights-sdk-extensions-java) to accompany this SDK are available. These provides the user with additional extensions to make it easy to configure and use the API endpoints.
## Installation
Maven artifacts can be downloaded from the Open Source Software Repository Hosting (OSSRH) by adding the following to your pom.xml
```
...
osssrh
OSSRH
https://oss.sonatype.org/content/repositories/snapshots/
com.finbourne
insights-sdk-preview
{INSERT VERSION}
...
...
```