gdbassett / moirai

1 stars 1 forks source link

Server handling of CPT objects #22

Closed gdbassett closed 11 years ago

gdbassett commented 11 years ago

the CPT (and possibly metadata) will come into the server as an object, however neo4j will store them as a string. As such, the server needs to dump & load the string as it puts CPTs in and pulls them out of the database.

gdbassett commented 11 years ago

Clients will be expected to accept and send CPTs as strings. They will be discarded otherwise. This is to prevent clients from multiple languages from transmitting CPTs in different formats. Clients may parse CPTs using a JSON parser once they have arrived.

Leaving open to answer metadata question later.

gdbassett commented 11 years ago

metadata captured as different issue.