Giter Club home page Giter Club logo

rframe's Introduction

rframe's People

Contributors

jmosbacher avatar luissanchez25 avatar dependabot[bot] avatar ananthu-ravindran avatar dachengx avatar rsriya avatar zihaoxu98 avatar

Stargazers

Lanqing Yuan avatar  avatar Shenyang Shi avatar

Watchers

 avatar Kostas Georgiou avatar Aaron Higuera avatar

rframe's Issues

Optimize multi-inserts

The mongo and tinydb backend allow multiple inserts, we should expose this feature to increase speed.
Suggested approach:
Perform pre insert checks for all documents, then insert all documents that passed at once.

For the API server this would probably mean adding an additional endpoint

Get rid of reductions step

queries should be completely self contained.
Mongodb interpolating index is the biggest issue but can be done with aggregation pipeline

Outdated pydantic requirement in pyproject.toml

The current rframe seems to use pydantic > 2.0.0, for example, BaseModel is only available in > 2.0.0

from pydantic import BaseModel, ValidationError, validate_model

But the requirement in pyproject.toml is > 1.9.0:

pydantic = "^1.9.0"

As the requirement is not consistent, we should update accordingly. Otherwise, there will be some conflicts for other packages depending on Pydantic:
rframe 0.2.20 requires pydantic<2.0.0,>=1.9.0, but you have pydantic 2.6.4 which is incompatible.

Better naming

Not happy with current naming.
Maybe:

  • rename QueryX classes to XSelection classes
  • rename datasource --> dset/dataset/storage

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.