Coder Social home page Coder Social logo

furrymap's People

Contributors

boui avatar igor-petruk avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

furrymap's Issues

Initial implementation of DBObject subclass

  • It should use reflection to map fields to required methods
  • Only few types should be supported, but the infrastructure should be provided to add these types easily later on as a part of other tasks
  • Access to reflection API should be simplified and optimized
  • Correct error handling of incorrect mappings is NOT a part of this task

Acceptance criteria

  • Simple object with fields of at least few types is successfully persistent and deserialized via Java Mongo API

Add testing support to the library (TDD, BDD)

  • ScalaTest should be used, because it is the most integrated framework with Scala.
  • A couple of dummy tests should be added (either TDD or BDD)
  • Simple integration test that allows to work with Mongo in convenient way.

MongoDB database and collections API implementation

The initial design should include API, that allows to create the instance of DB and enumerate collections, access them.

Notes

  • Environment management is not a part of the task
  • If instance methods are imported, the code should look pretty
  • The appropriate collection should be picked, basing on the class in generic (Scala Manifests).
  • Name selection strategy of the collection API should be somehow pluggable and moved to a separate trait

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.