Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Get rid of pycassa #3

Open
Open
@Hyask

Description

Context:

  • Have a look at src/errors/cassie.py. It's importing pycassa, which is an old Python module that I want to get rid of.
  • The new API uses an ORM-like mechanism provided by the cassandra module.
  • You can find the cassandra module here: https://github.com/apache/cassandra-python-driver
  • You can find already defined models in src/errortracker/cassandra_schema.py.

Tasks:

  • Add any missing model found in src/errors/cassie.py to src/errortracker/cassandra_schema.py.
  • Replace all the calls to pycassa in src/errors/cassie.py by queries using the models in src/errortracker/cassandra_schema.py.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /