Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
67e41ef
Fixed #367
dimitri-yatsenko Oct 12, 2017
f89bf0e
Merge branch 'master' of https://github.com/datajoint/datajoint-python
dimitri-yatsenko Oct 12, 2017
159cb51
fixed dependencies
dimitri-yatsenko Oct 12, 2017
bb88117
implemented the Union operator
dimitri-yatsenko Oct 13, 2017
9703126
bugfix in populate
dimitri-yatsenko Oct 13, 2017
4fa1abd
fixed a bug in server-side insert with missing attributes
dimitri-yatsenko Oct 13, 2017
d6b9f2a
work on cascading delete
dimitri-yatsenko Oct 19, 2017
c35ed7a
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko Oct 19, 2017
7299058
fixed #375 -- added the max_calls argument to populate
dimitri-yatsenko Oct 19, 2017
3baf487
simplified insert from select
dimitri-yatsenko Oct 20, 2017
4969c36
consolidating the use of hashes
dimitri-yatsenko Oct 20, 2017
ce774be
added module `external` for handling external storage
dimitri-yatsenko Oct 20, 2017
ad650b0
minor fix in external, work in progress
dimitri-yatsenko Oct 20, 2017
860d04b
minor
dimitri-yatsenko Oct 20, 2017
2144b0f
changed how external storage is configured
dimitri-yatsenko Oct 20, 2017
cfc1e21
minor bug
dimitri-yatsenko Oct 20, 2017
0195cfc
minor formatting
dimitri-yatsenko Oct 20, 2017
d821bcf
removed the JobManager class -- it was never used
dimitri-yatsenko Oct 20, 2017
183b324
bugfix from previous commit
dimitri-yatsenko Oct 20, 2017
6164eb5
renamed the display_progress argument in populate()
dimitri-yatsenko Oct 20, 2017
96f0d20
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko Oct 20, 2017
b37175b
rolled back unintended changes in delete
dimitri-yatsenko Oct 20, 2017
9688e5d
fixed typo JobsTable -> JobTable
dimitri-yatsenko Oct 20, 2017
bcc0048
fixed bugs introduced in recent commits
dimitri-yatsenko Oct 20, 2017
28208c2
Merge branch 'master' of https://github.com/datajoint/datajoint-python
dimitri-yatsenko Oct 20, 2017
04b1829
fixed test_requirements
dimitri-yatsenko Oct 20, 2017
1c8e071
fixed indentation
dimitri-yatsenko Oct 20, 2017
bb11c1b
minor
dimitri-yatsenko Oct 20, 2017
9fc36b4
minor
dimitri-yatsenko Oct 20, 2017
9fca90f
minor code refactor in schema.py
dimitri-yatsenko Oct 22, 2017
7069dad
improved the error message in autopopulate
dimitri-yatsenko Oct 22, 2017
3bc28c5
correction to previous commit
dimitri-yatsenko Oct 22, 2017
a3d1a53
Merge branch 'master' of https://github.com/datajoint/datajoint-python
dimitri-yatsenko Oct 24, 2017
d9cca7b
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko Oct 24, 2017
1b37ee9
typo
dimitri-yatsenko Oct 24, 2017
cf3cf0c
made `make` and acceptable name for the populate callback (issue #387)
dimitri-yatsenko Oct 25, 2017
85b6587
small bugfix for rare cases with multiple inheritance
dimitri-yatsenko Oct 27, 2017
f936073
minor fix
dimitri-yatsenko Oct 27, 2017
2b622c1
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko Oct 27, 2017
5270d80
minor fixes
dimitri-yatsenko Oct 29, 2017
85502b0
Merge branch 'master' of https://github.com/dimitri-yatsenko/datajoin…
dimitri-yatsenko Oct 30, 2017
bdba20d
undid an unintended change in delete
dimitri-yatsenko Oct 30, 2017
919efba
implemented declaration of external fields
dimitri-yatsenko Oct 30, 2017
e30dfb2
added tests for external storage
dimitri-yatsenko Oct 30, 2017
259950d
minor cleanup
dimitri-yatsenko Oct 30, 2017
3a7f416
minor cleanup
dimitri-yatsenko Oct 30, 2017
3594c67
added external storage tests
dimitri-yatsenko Nov 5, 2017
7eb114c
Merge branch 'master' of https://github.com/datajoint/datajoint-python
dimitri-yatsenko Nov 5, 2017
4d1af79
Completed basic implementation of external storage.
dimitri-yatsenko Nov 5, 2017
4a58a9a
ERD does not show dependencies on external storage
dimitri-yatsenko Nov 5, 2017
1ca0b09
again, the ERD no longer includes references to ~external
dimitri-yatsenko Nov 5, 2017
add950f
fixed #328: the jobs table now records the error stack
dimitri-yatsenko Nov 5, 2017
90c021e
fixes for #328
dimitri-yatsenko Nov 5, 2017
782a9a5
fixed #388 -- a more elegant way to skip duplicates in insert
dimitri-yatsenko Nov 5, 2017
383595d
followup to previous commit
dimitri-yatsenko Nov 5, 2017
794dc47
made insert from query more consistent with insert from variables
dimitri-yatsenko Nov 5, 2017
5ab3381
fixed issue #381 -- better error messages for syntax errors in declar…
dimitri-yatsenko Nov 5, 2017
4b2671e
typo from previous commit
dimitri-yatsenko Nov 6, 2017
9a0b902
set the strict mode at connection time
dimitri-yatsenko Nov 6, 2017
7302571
set sql_mode in connection
dimitri-yatsenko Nov 6, 2017
569881a
updated the sql_mode
dimitri-yatsenko Nov 6, 2017
86c2480
added tests for union and for external storage. Other minor fixes bas…
dimitri-yatsenko Nov 13, 2017
6f7c6bd
improved documentation and error messages for fetch and fetch1. Fixe…
dimitri-yatsenko Nov 14, 2017
8018a9d
added tests for external storage
dimitri-yatsenko Nov 15, 2017
7627569
changed the shape of the computed nodes in the ERD to elipse to avoid…
dimitri-yatsenko Nov 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added external storage tests
  • Loading branch information
dimitri-yatsenko committed Nov 5, 2017
commit 3594c676bb84d58e5375574414a51eca0ee2eac0
6 changes: 5 additions & 1 deletion datajoint/base_relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,15 @@ def declare(self):
sql, uses_external = declare(self.full_table_name, self.definition, self._context)
if uses_external:
# trigger the creation of the external hash lookup for the current schema
sql = sql.format(external_table_name=self.connection.schemas[self.database].external_table)
external_table = self.connection.schemas[self.database].external_table
sql = sql.format(external_table=external_table.full_table_name)
self.connection.query(sql)
except pymysql.OperationalError as error:
# skip if no create privilege
if error.args[0] == server_error_codes['command denied']:
logger.warning(error.args[1])
else:
raise
else:
self._log('Declared ' + self.full_table_name)

Expand Down
21 changes: 15 additions & 6 deletions datajoint/declare.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,31 @@ def compile_attribute(line, in_key, foreign_key_sql):
match['default'] = 'NOT NULL'
match['comment'] = match['comment'].replace('"', '\\"') # escape double quotes in comment

is_external = match['type'] == 'external'
is_external = match['type'].startswith('external')
if not is_external:
sql = ('`{name}` {type} {default}' + (' COMMENT "{comment}"' if match['comment'] else '')).format(**match)
else:
# process externally stored attribute
if in_key:
raise DataJointError('External attributes cannot be primary in:\n%s' % line)
store_name = match['type'].split('-')
if store_name[0] != 'external':
raise DataJointError('External store types must be in format external-<name>')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should say in format external vs external-<name>

store_name = '-'.join(store_name[1:])
if not store_name.isidentifier():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will reject external - needs to be updated to not (store_name == ' ' or storename.isidentifier())

raise DataJointError(
'The external store name `{type}` is invalid. Make like a python identifier.'.format(**match))
if len(store_name)>STORE_NAME_LENGTH:
raise DataJointError(
'The external store name `{type}` is too long. Must be <={max_len} characters.'.format(
max_len=STORE_NAME_LENGTH, **match))
if not match['default'] in ('DEFAULT NULL', 'NOT NULL'):
raise DataJointError('The only acceptable default value for an external field is null in:\n%s' % line)
if match['type'] not in config:
raise DataJointError('The external store `{type}` is not configured.'.format(**match))
if len(match['type']) > STORE_NAME_LENGTH + STORE_NAME_LENGTH + 1:
raise DataJointError(
'The external store name `{type}` is too long. Must be <={max_len} characters.'.format(
max_len=STORE_NAME_LENGTH, **match))
sql = "`_{name}` {hash_type} {default} COMMENT {comment:type}'".format(

# append external configuration name to the end of the comment
sql = '`_{name}` {hash_type} {default} COMMENT "{comment}:{type}"'.format(
hash_type=HASH_DATA_TYPE, **match)
foreign_key_sql.append(
"FOREIGN KEY (`_{name}`) REFERENCES {{external_table}} (`hash`) "
Expand Down
15 changes: 3 additions & 12 deletions datajoint/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def definition(self):
# external storage tracking
hash : {hash_data_type} # the hash of stored object + store name
---
count = 1 :int # reference count
size :bigint unsigned # size of object in bytes
timestamp=CURRENT_TIMESTAMP :timestamp # automatic timestamp
""".format(hash_data_type=HASH_DATA_TYPE)
Expand Down Expand Up @@ -75,7 +74,7 @@ def put(self, store, obj):
# insert tracking info
self.connection.query(
"INSERT INTO {tab} (hash, size) VALUES ('{hash}', {size}) "
"ON DUPLICATE KEY UPDATE count=count+1, timestamp=CURRENT_TIMESTAMP".format(
"ON DUPLICATE KEY UPDATE timestamp=CURRENT_TIMESTAMP".format(
tab=self.full_table_name,
hash=hash,
size=len(blob)))
Expand All @@ -90,7 +89,7 @@ def get(self, hash):
try:
spec = config[store]
except KeyError:
raise DataJointError('storage.%s is not configured' % store)
raise DataJointError('Store `%s` is not configured' % store)

try:
protocol = spec['protocol']
Expand All @@ -107,12 +106,4 @@ def get(self, hash):
else:
raise DataJointError('Unknown external storage %s' % store)

return unpack(blob)

def remove(self, hash):
"""
delete an object from external store
"""
# decrement count
self.connection.query(
'UPDATE {tab} SET count=count-1 WHERE hash="{hash}"'.format(tab=self.full_table_name, hash=hash))
return unpack(blob)
65 changes: 65 additions & 0 deletions tests/schema_external.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
"""
a schema for testing external attributes
"""

import datajoint as dj

from . import PREFIX, CONN_INFO
import numpy as np

schema = dj.schema(PREFIX + '_extern', locals(), connection=dj.conn(**CONN_INFO))


dj.config['external'] = {
'protocol': 'file',
'location': 'dj-store/external'}

dj.config['external-raw'] = {
'protocol': 'file',
'location': 'dj-store/raw'}

dj.config['external-compute'] = {
'protocol': 's3',
'location': '/datajoint-projects/test',
'user': 'djtest',
'token': '2e05709792545ce'}

dj.config['cache'] = {
'protocol': 'file',
'location': '/media/dimitri/ExtraDrive1/dj-store/cache'}



@schema
class Seed(dj.Lookup):
definition = """
seed : int
"""
contents = zip(range(4))


@schema
class Dimension(dj.Lookup):
definition = """
dim : int
---
dimensions : blob
"""
contents = (
[0, [100, 50]],
[1, [3, 4, 8, 6]])


@schema
class Image(dj.Manual):
definition = """
# table for storing
-> Seed
-> Dimension
----
img : external-raw # objects are stored as specified by dj.config['external-raw']
"""

def make(self, key):
np.random.seed(key['seed'])
self.insert1(dict(key, img=np.random.rand(*(Dimension() & key).fetch1('dimensions'))))
34 changes: 3 additions & 31 deletions tests/test_external.py
Original file line number Diff line number Diff line change
@@ -1,36 +1,12 @@
import numpy as np
from numpy.testing import assert_array_equal
from nose.tools import assert_true, assert_equal
import datajoint as dj
from datajoint.external import ExternalTable

from . import PREFIX, CONN_INFO
from . schema_external import schema


dj.config['external'] = {
'protocol': 'file',
'location': 'dj-store/external'}

dj.config['external-raw'] = {
'protocol': 'file',
'location': 'dj-store/raw'}

dj.config['external-compute'] = {
'protocol': 's3',
'location': '/datajoint-projects/test',
'user': 'dimitri',
'token': '2e05709792545ce'
}

dj.config['cache'] = {
'protocol': 'file',
'location': '/media/dimitri/ExtraDrive1/dj-store/cache'}


schema = dj.schema(PREFIX + '_external_test1', locals(), connection=dj.conn(**CONN_INFO))


def test_external_put_get_remove():
def test_external_put():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to add test case for pure external in addition to external-xxx formatted configs

"""
external storage put and get and remove
"""
Expand All @@ -43,12 +19,8 @@ def test_external_put_get_remove():
for i in range(extra):
hash2 = ext.put('external-raw', np.random.randn(4, 3, 2))

assert_true(hash1 in ext.fetch('hash'))
assert_equal(count, (ext & {'hash': hash1}).fetch1('count'))
assert_true(all(hash in ext.fetch('hash') for hash in (hash1, hash2)))
assert_equal(len(ext), 1 + extra)

output_ = ext.get(hash1)
assert_array_equal(input_, output_)

ext.remove(hash1)
assert_equal(count-1, (ext & {'hash': hash1}).fetch1('count'))
8 changes: 8 additions & 0 deletions tests/test_external_class.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

from nose.tools import assert_true, raises, assert_equal, assert_dict_equal

from . import schema_external as mod

def test_populate():
print('here')
# mod.Image().populate()
2 changes: 1 addition & 1 deletion tests/test_fetch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from nose.tools import assert_true, raises, assert_equal, assert_dict_equal
from operator import itemgetter
import itertools
from nose.tools import assert_true, raises, assert_equal, assert_dict_equal
import numpy as np
import decimal
import warnings
Expand Down