GithubHelp home page GithubHelp logo

ld's People

Contributors

fossabot avatar mikkelhjuul avatar

Stargazers

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

Watchers

 avatar  avatar

Forkers

fossabot

ld's Issues

Poor stream handling

If for some reason an error is returned when trying to send a message for *Many-RPCs and *Range-RPCs the error is logged and the request is not cancelled. This may lead to issues.

go func() {
   for kv := range out {
		if err := sender.Send(kv); err != nil {
			log.Warn(err)
		}
	}
	cancel()
} ()

should be handled using "golang.org/x/sync/errgroup".

no "all.txt" in test folder.

any chance you can ad this file ? It seems to be test data for the Feature proto.

cool project, and interesting approach. Would like to play with it.

[Feature] next major version

The next major feature will be able to spin up new database tables on the fly.

  • Admin API with simple admin page
    • admin proto api with google.api annotations for REST endpoints
    • very simple admin page to add to the database
    • info on tables and where they are placed
  • dynamic proto reflection API for reflection clients to connect with
    • datatype/proto struct editor for the admin page
  • reconsider badger, now that the company changed focus

implementation detail: How many protos can you serve on a single port... how does that work dynamically?

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.