calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

RelationshipType moved from accumulo-recipes to mango-core #62

Closed cjnolet closed 10 years ago

cjnolet commented 10 years ago

It doesn't make sense to have to depend on Accumulo just to have a URI-formatted type linking an entity to another entity. This should be moved up to here- especially since the Entity is in mango-core.

cjnolet commented 10 years ago

Where should we put the new type encoder for the entity relationship? Honestly, I'd like to have it registered with the default encoders. Should it live in the base package org.calrissian.mango.types.encoders?