Giter Club home page Giter Club logo

plugins's Introduction

Star Sailors Integration Repository

Welcome to the Star Sailors Integration Repository! This repository contains the code for integrating various components of the Star Sailors project, including the Rust API, Ruby API, and Next.js frontend.

Repository Structure

The repository is organized as follows:

star-sailors/
│ └── api.rb
│ └── Gemfile
├── src/
│ ├── main.rs
│ └── Cargo.toml
├── frontend/ *submodule
│ ├── pages/
│ │ └── index.tsx
│ └── package.json
│ └── server/
└── README.md
  • The src directory contains the Rust API.
  • The root directory contains the Ruby API for plugin retrieval and rust config.
  • The frontend submodule contains a NextJS application that mirrors the DSL Nodes frontend

Running the APIs

Rust API

To run the Rust API:

  1. Ensure that you have Rust and Cargo installed on your system.

  2. Navigate to the rust-api directory.

  3. Run the following command to build and run the Rust API:

    cargo run

The Rust API will start running on http://localhost:8080.

Ruby API

To run the Ruby API:

Ensure that you have Ruby installed on your system.

Navigate to the ruby-api directory.

Install the required dependencies by running:

bundle install

ruby api.rb

Long-Term Vision

The goal of this repo is to integrate various scientific data analysis and visualization capabilities into an interactive platform -> namely, provide a way to add functionality to your Nodes server. The long-term vision includes:

Enhancing the Rust API to provide additional functionalities and data processing capabilities. Expanding the Ruby API to support more advanced plugin management and customization options. Developing additional features and components for the Next.js frontend, such as interactive data visualizations and user collaboration tools. Integrating the Star Sailors project with the Nodes platform, enabling seamless sharing and collaboration on scientific projects.

Contributing

Contributions to the Star Sailors Integration Repository are welcome! If you have any ideas, bug reports, or improvements, please open an issue or submit a pull request.

plugins's People

Contributors

gizmotronn avatar

Stargazers

 avatar

Watchers

 avatar  avatar

plugins's Issues

Redux in Typescript

I've been having some issues with state management for the web app (especially signal-k/ls-auth) components when writing in TS, so I'm creating this issue so we have a place for all commits that reference trying to fix this. Either we fix it soon and we continue with TS, or we can't fix it and stick with JS for the long-term.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.