Coder Social home page Coder Social logo

Love it!! about data HOT 4 CLOSED

nreco avatar nreco commented on August 25, 2024
Love it!!

from data.

Comments (4)

VitaliyMF avatar VitaliyMF commented on August 25, 2024

@weedkiller not sure that I understand you question (or feature/example suggestion?). Could you provide a bit more information?

from data.

weedkiller avatar weedkiller commented on August 25, 2024

I was saying this is similar to or between ~Blueprint & ~linq on the JS data schema side (look it up). Beyond that, as I see it - you're providing database independence.

So I was saying if you could let the developers treat any data source and query it as a db it would be helpful.

Right now, a developer needs to implement separate ESB vs SSO vs workflow vs streams vs queues, vs db, while in fact they all are inherent data sources, albeit with diff structures. The difference is querying something from a different source based on a different structure.

Going back to what your aim is - container independence enablement, I think this fits nicely.

abstract db-agnostic Query structure (no need to compose SQL)... provider-independent DAL

image

from data.

VitaliyMF avatar VitaliyMF commented on August 25, 2024

@weedkiller well primary goal of NReco.Data is to offer ADO.NET provider-independent API for querying tabular data (SQL by default, but connectors to NoSQL data sources - like MongoDb - could be easily added). Unlike EF, this library is friendly for dynamic queries and schema-less data access style (in other words, you don't need to define POCO model for every result type).

If you want to use Query class (and, possibly, 'relex' syntax and parser for it) for querying (or filtering) objects you can implement an engine that processes Query structure as you need. For .NET object lists/streams it is possible to have a generic implementation (do you need it?).

from data.

VitaliyMF avatar VitaliyMF commented on August 25, 2024

I guess this question is no longer actual.

from data.

Related Issues (20)

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.