Skip to content

SneaksAndData/nexus-core

Repository files navigation

coverage

Introduction

Nexus Core is a core library used by Nexus (Go) application stack:

Nexus SDKs for other languages like Python also utilize Nexus Core indirectly. Nexus Core provides:

  • CRD API types and generated clients
  • Service API used by Nexus: Cassandra, Blob Storage, Kubernetes helper methods
  • Vendor-specific implementations for service API
  • Utility methods for Kubernetes interactions
  • Simple actor framework which uses Kubernetes workqueue + channels as an actor's mailbox implementations and primary communication mechanism.

Running tests

To set up the development environment, follow these steps:

To start a local backend stack (Scylla, MinIO) for testing, run:

just fresh

Development Notes

Since Nexus Core provides backbone functionality to other Nexus applications, issues found in those will most likely require a patch in Core. If you wish to use Nexus and help develop the Core, please open an issue and tag project maintainers.

Remember to run ./hack/update-codegen.sh if you are making changes to types.go.

About

Core application API and services for Nexus

Topics

Resources

License

Code of conduct

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors