Skip to content

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

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

finbourne/insights-sdk-java-preview

LUSID_by_Finbourne

Deprecated

Please note that this repository is deprecated and will be archived early 2024.

All functionality is now contained, in the insights-sdk-java repository on the main branch.

LUSID® Insights Java SDK Preview

The Insights application is part of the LUSID by FINBOURNE platform. To use it you'll need a LUSID account. Sign up for free at lusid.com.

For more details on other applications in the LUSID platform, see Understanding all the applications in the LUSID platform.

Java SDK Extensions 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

<project>
  ...
  <repositories>
    <repository>
      <id>osssrh</id>
      <name>OSSRH</name>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>com.finbourne</groupId>
      <artifactId>insights-sdk-preview</artifactId>
      <version>{INSERT VERSION}</version>
    </dependency>
    ...
  </dependencies>
  ...
</project>

About

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

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.md

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors 5

Languages