Giter Site home page Giter Site logo

expressots / scylladb-driver-old Goto Github PK

View Code? Open in Web Editor NEW
16.0 5.0 0.0 204 KB

The ScyllaDB driver for Node.js written in C++ ๐Ÿš€

Home Page: https://www.scylladb.com/

License: MIT License

Dockerfile 2.74% C++ 42.12% Python 3.15% Shell 40.16% TypeScript 6.10% JavaScript 5.73%
scylladb scylladb-driver nodejs

scylladb-driver-old's Introduction

Codecov NPM Build Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

ExpressoTS Framework

Everything you need to know to build applications with ExpressoTS
Explore the docs ยป

Let's discuss ยท Report Bug ยท Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Support the project
  5. License

About The Project

ExpressoTS is a Typescript + Node.js lightweight framework for quick building scalable, easy to read and maintain, server-side applications ๐ŸŽ

Getting Started

Contributing

Welcome to the ExpressoTS community, a place bustling with innovative minds just like yours. We're absolutely thrilled to have you here! ExpressoTS is more than just a TypeScript framework; it's a collective effort by developers who are passionate about creating a more efficient, secure, and robust web ecosystem. We firmly believe that the best ideas come from a diversity of perspectives, backgrounds, and skills.

Why Contribute to Documentation?

  • Share Knowledge: If you've figured out something cool, why keep it to yourself?
  • Build Your Portfolio: Contributing to an open-source project like ExpressoTS is a great way to showcase your skills.
  • Join a Network: Get to know a community of like-minded developers.
  • Improve the Product: Help us fill in the gaps, correct errors, or make complex topics easier to understand.

Ready to contribute?

Support the project

ExpressoTS is an independent open source project with ongoing development made possible thanks to your support. If you'd like to help, please consider:

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

scylladb-driver-old's People

Contributors

daniel-boll avatar f0ntana avatar juliano-soares avatar vitorcaminha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

scylladb-driver-old's Issues

Modularize the Current Code Structure for Improved Maintainability

Problem

The current code structure in the src directory is organized under a single file lib.rs. While this approach might have been suitable for smaller projects, as our codebase grows, it becomes increasingly important to adopt a more modular and maintainable structure.

src
โ””โ”€โ”€ lib.rs

Solution

To address this, we should reorganize the codebase by introducing a modular approach. This would involve dividing the code into smaller, focused modules, each responsible for a specific functionality or feature. This will enhance code readability, improve collaboration among developers, and make it easier to manage and maintain the codebase in the long run.

src
โ”œโ”€โ”€ lib.rs
โ”œโ”€โ”€ cluster
โ”‚   โ”œโ”€โ”€ mod.rs
โ”‚   โ”œโ”€โ”€ cluster.rs
โ”‚   โ””โ”€โ”€ cluster_config.rs
โ””โ”€โ”€ session
    โ”œโ”€โ”€ mod.rs
    โ””โ”€โ”€ scylla_session.rs

In this updated structure, we have two main modules: cluster and session. Here's a breakdown of each module:

  1. cluster Module:
    1.1. mod.rs: This file acts as the module's entry point and defines the module's public interface.
    1.2. cluster.rs: This file contains the implementation of the Cluster struct and its associated methods.
    1.3. cluster_config.rs: This file defines the ### ClusterConfig struct and its associated functions.
  2. session Module:
    2.1. mod.rs: This file acts as the module's entry point and defines the module's public interface.
    2.2. scylla_session.rs: This file contains the implementation of the ScyllaSession struct and its associated methods.

The lib.rs file serves as the entry point for the application and can import and use the modules defined in the src directory.

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.