Git Product home page Git Product logo

Comments (11)

rogeralsing avatar rogeralsing commented on May 29, 2024 2

100% agree on this.
Let's keep the core API surface area as small as possible, but with a lot of extension points.

regarding the different ways to set things up, I believe that 1) would be the most successful initially.
This would show the community that we do have many plugins. to build traction around Proto.Actor.

That being said, in the long run, I do think that it would make sense to move more towards 2).
When trust and momentum have already been established.

from protoactor-dotnet.

tomliversidge avatar tomliversidge commented on May 29, 2024

Personally I'd prefer to see option 2 as I think it will help when writing integration tests for the persistence plugins. I couldn't find any tests around them so far, but imagine checking out an "extensions" repo and then having to install all databases supported to get integration tests to pass (I'm presuming not all have in-memory versions to test against). If they are separate, you only need the one you're interested in.

from protoactor-dotnet.

raskolnikoov avatar raskolnikoov commented on May 29, 2024
  1. Move each extension into a separate repo INSIDE of the organization? :)

from protoactor-dotnet.

adamhathcock avatar adamhathcock commented on May 29, 2024

My only current issue is that builds aren't quickly being done while the API and stuff is still churning a lot as it's early days. This is why I'd prefer in the same repo for now.

I think having some "blessed" extensions in option 3 and some "extended" extensions for option 2 is good.

from protoactor-dotnet.

tomliversidge avatar tomliversidge commented on May 29, 2024

Sorry just re-read the description of no. 2 and I thought it was what @raskolnikoov has proposed as 3. :)

So my vote would go for 3. (i.e. separate repos inside the organisation) and for me reading things more carefully

from protoactor-dotnet.

tomliversidge avatar tomliversidge commented on May 29, 2024

How about something like

protoactor-dotnet - core libraries (Actor, Mailbox, Cluster, Persistence, Remote and Router)
protoactor-dotnet-contrib - includes things like strongly typed actors, patterns like process managers etc
protoactor-dotnet-couchdb
protoactor-dotnet-mongodb
protoactor-dotnet-marten
protoactor-dotnet-ravendb
protoactor-dotnet-eventstore
...etc, all within AsynkronIT? Or create a ProtoActor organisation?

Should allow core library to develop and give an area (contrib) for people to add magic on top :)
Separate repo's per persistence providers would allow integration tests to be written without everyone having to install all supported databases - they would each get their own build pipelines, maintainers etc..

from protoactor-dotnet.

adamhathcock avatar adamhathcock commented on May 29, 2024

I like @tomliversidge 's ideas around the repos. Something to think about to how to manage code and updates and common files (e.g. gitignores) across repos. It's not really a problem I've solved :)

from protoactor-dotnet.

cpx86 avatar cpx86 commented on May 29, 2024

Yeah, I like that structure too :)

@adamhathcock For gitignore cp works just fine for me ;) For e.g. build scripts, we could use a Git submodule.

from protoactor-dotnet.

raskolnikoov avatar raskolnikoov commented on May 29, 2024

So who takes the first step :)

from protoactor-dotnet.

jeffdoolittle avatar jeffdoolittle commented on May 29, 2024

I'm a fan of 1 for now moving toward 3 as the project matures. I think that will make it simpler for new contributors at this early stage.

from protoactor-dotnet.

alexeyzimarev avatar alexeyzimarev commented on May 29, 2024

Ref #499

from protoactor-dotnet.

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.